This commit is contained in:
Johannes Altmanninger 2020-08-09 23:51:07 +02:00
parent 908620e2ab
commit 918c62863e

View File

@ -7,7 +7,7 @@ complete -c kak -o s -x -d 'set session name'
complete -c kak -o d -d 'run as a headless session (requires -s)'
complete -c kak -o p -x -a '(command kak -l)' -d 'just send stdin as commands to the given session'
complete -c kak -o f -x -d 'filter: for each file, select the entire buffer and execute the given keys'
complete -c kak -o i -x -d 'backup the files o nwhich a filter is applied using the given suffix'
complete -c kak -o i -x -d 'backup the files on which a filter is applied using the given suffix'
complete -c kak -o q -d 'in filter mode be quiet about errors applying keys'
complete -c kak -o ui -x -a 'ncurses dummy json' -d 'set the type of user interface to use'
complete -c kak -o l -d 'list existing sessions'