mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-02 00:46:42 +03:00
3e9ca0e5c3
We can complete every possible client argument.
10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
define-command new -params .. -docstring '
|
|
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
|