mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.89k stars 712 forks source link

Add support for multiple command arguments #2576

Open vivien opened 5 years ago

vivien commented 5 years ago

Passing multiple commands on kakoune invokation is currently done with kak -e 'foo; bar', but one would intuitively use kak -e foo -e bar, like with sed or grep, but this is currently forbidden.

Note that the same goes for -E and -f.

lenormf commented 5 years ago

Actually this behaviour could make sense for -f, but not really for the other flags.