Migrate to rcm
This commit is contained in:
6
config/fish/completions/kitty.fish
Normal file
6
config/fish/completions/kitty.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
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)"
|
||||
Reference in New Issue
Block a user