From 3ed031c14921bc1d1f512ed45370231ea24da1b9 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 26 Nov 2024 11:56:37 +0100 Subject: [PATCH] Update Kakoune completions --- share/completions/kak.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/kak.fish b/share/completions/kak.fish index 6e6fc38fe..b83357e30 100644 --- a/share/completions/kak.fish +++ b/share/completions/kak.fish @@ -9,7 +9,7 @@ complete -c kak -o p -x -a '(command kak -l)' -d 'just send stdin as commands to 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 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 ui -x -a 'terminal dummy json' -d 'set the type of user interface to use' complete -c kak -o l -d 'list existing sessions' complete -c kak -o clear -d 'clear dead sessions' complete -c kak -o debug -x -d 'initial debug option value' -a 'hooks shell profile keys commands'