mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +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 = {
|
completion_scripts = {
|
||||||
'zsh': '''
|
'zsh': '''#compdef kitty
|
||||||
|
|
||||||
_kitty() {
|
_kitty() {
|
||||||
local src
|
local src
|
||||||
# Send all words up to the word the cursor is currently on
|
# Send all words up to the word the cursor is currently on
|
||||||
|
|||||||
Reference in New Issue
Block a user