mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
zsh: Completion for edit-in-kitty and clone-in-kitty
This commit is contained in:
parent
581c388838
commit
eefd4bb3e3
3 changed files with 30 additions and 8 deletions
|
|
@ -106,6 +106,8 @@ _ksi_deferred_init() {
|
|||
builtin unset "functions[_kitty]"
|
||||
builtin autoload -Uz -- $comp_dir/_kitty
|
||||
compdef _kitty kitty
|
||||
compdef _kitty edit-in-kitty
|
||||
compdef _kitty clone-in-kitty
|
||||
fi
|
||||
|
||||
# If compdef is not set, compinit has not run yet. In this case we must
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue