Remaining fixes from #5962

Fixes #5962
This commit is contained in:
Kovid Goyal
2023-02-01 10:26:53 +05:30
parent fbbfb25702
commit 414ca86e3f
4 changed files with 4 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after
end
end
function edit-in-kitty --wraps "kitten edit-in-kitty"
function edit-in-kitty --wraps "kitten edit-in-kitty" -d "Edit the specified file in a kitty overlay window with your locally installed editor"
kitten edit-in-kitty $argv
end