kakoune/rc/windowing/new-client.kak

10 lines
334 B
Plaintext
Raw Normal View History

define-command new -params .. -docstring '
2021-06-13 04:12:03 +02:00
new [<commands>]: create a new Kakoune client
The ''terminal'' alias is being used to determine the user''s preferred terminal emulator
The optional arguments are passed as commands to the new client' \
%{
terminal kak -c %val{session} -e "%arg{@}"
}
complete-command -menu new command