summaryrefslogtreecommitdiff
path: root/autoload/windowing/new-client.kak
blob: f852b395e6f9f88f4bb51e5c3cbfef2b868cd0f6 (plain)
1
2
3
4
5
6
7
8
9
define-command new -params .. -docstring '
new [<commands>]: create a new Kakoune client
The ''terminal'' command is 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