mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Merge branch 'zsh_compdef_comment' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -61,7 +61,8 @@ def remote_control_command_names() -> Tuple[str, ...]:
|
||||
|
||||
|
||||
completion_scripts = {
|
||||
'zsh': '''
|
||||
'zsh': '''#compdef kitty
|
||||
|
||||
_kitty() {
|
||||
local src
|
||||
# Send all words up to the word the cursor is currently on
|
||||
|
||||
Reference in New Issue
Block a user