Implement edit-in-kitty using kitty-tool

Fixes #5546
Fixes #5630
This commit is contained in:
Kovid Goyal
2022-11-17 20:48:20 +05:30
parent 36631ddc49
commit efaf9faa38
7 changed files with 10 additions and 256 deletions

View File

@@ -163,8 +163,6 @@ def completion(self: TestCompletion, tdir: str):
add('kitty +kitten hyperlinked_grep ', is_delegate(2, 'rg'))
add('clone-in-kitty --ty', has_words('--type'))
make_file('editable.txt')
add('edit-in-kitty ', has_words('editable.txt'))
add('kitty bash ', is_delegate(1, 'bash'))
add('kitty -1 bash ', is_delegate(2, 'bash'))