2020-05-16 14:15:51 +00:00
|
|
|
# Kakoune editor - https://kakoune.org/
|
2020-03-15 07:50:09 +00:00
|
|
|
complete -c kak -o c -x -a '(command kak -l)' -d 'connect to given session'
|
|
|
|
complete -c kak -o e -x -d 'execute argument on client initialisation'
|
|
|
|
complete -c kak -o E -x -d 'execute argument on server initialisation'
|
|
|
|
complete -c kak -o n -d 'do not source kakrc files on startup'
|
|
|
|
complete -c kak -o s -x -d 'set session name'
|
|
|
|
complete -c kak -o d -d 'run as a headless session (requires -s)'
|
2020-05-16 14:15:51 +00:00
|
|
|
complete -c kak -o p -x -a '(command kak -l)' -d 'just send stdin as commands to the given session'
|
2020-03-15 07:50:09 +00:00
|
|
|
complete -c kak -o f -x -d 'filter: for each file, select the entire buffer and execute the given keys'
|
2020-08-09 21:51:07 +00:00
|
|
|
complete -c kak -o i -x -d 'backup the files on which a filter is applied using the given suffix'
|
2020-03-15 07:50:09 +00:00
|
|
|
complete -c kak -o q -d 'in filter mode be quiet about errors applying keys'
|
2019-10-17 01:04:33 +00:00
|
|
|
complete -c kak -o ui -x -a 'ncurses dummy json' -d 'set the type of user interface to use'
|
2020-03-15 07:50:09 +00:00
|
|
|
complete -c kak -o l -d 'list existing sessions'
|
2019-10-17 01:04:33 +00:00
|
|
|
complete -c kak -o clear -d 'clear dead sessions'
|
2023-01-24 19:29:47 +00:00
|
|
|
complete -c kak -o debug -x -d 'initial debug option value' -a 'hooks shell profile keys commands'
|
2019-10-17 01:04:33 +00:00
|
|
|
complete -c kak -o version -d 'display kakoune version and exit'
|
|
|
|
complete -c kak -o ro -d 'readonly mode'
|
|
|
|
complete -c kak -o help -d 'display a help message and quit'
|