Remove kitty completion in favor of official integration

This commit is contained in:
Kid 2023-04-25 19:01:58 +08:00 committed by David Adam
parent d0c902a548
commit 93dc8485dd

View File

@ -1,7 +0,0 @@
function __ksi_completions
set --local ct (commandline --current-token)
set --local tokens (commandline --tokenize --cut-at-cursor --current-process)
printf "%s\n" $tokens $ct | command kitty +complete fish2
end
complete -f -c kitty -a "(__ksi_completions)"