Files
dotfiles/config/fish/completions/kitty.fish
2020-08-12 02:29:03 +04:00

7 lines
179 B
Fish

function __kitty_completions
# Send all words up to the one before the cursor
commandline -cop | kitty +complete fish
end
complete -f -c kitty -a "(__kitty_completions)"