diff --git a/kitty/complete.py b/kitty/complete.py index e6a5e64e4..c930c5249 100644 --- a/kitty/complete.py +++ b/kitty/complete.py @@ -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