From 617115d44764477b7890cb7dfb537fc0bac31b49 Mon Sep 17 00:00:00 2001 From: pagedown Date: Tue, 28 Jun 2022 11:22:52 +0800 Subject: [PATCH] Docs: edit-in-kitty works with neovim --- docs/shell-integration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index a408f6dd0..69bbca15c 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -274,8 +274,8 @@ Edit files in new kitty windows even over SSH edit-in-kitty myfile.txt edit-in-kitty --type tab --title "Editing My File" myfile.txt - # open file.txt at line 75 (works with vim, emacs, nano, micro) - edit-in-kitty +75 file.txt + # open myfile.txt at line 75 (works with vim, neovim, emacs, nano, micro) + edit-in-kitty +75 myfile.txt The :command:`edit-in-kitty` command allows you to seamlessly edit files in your default :opt:`editor` in new kitty windows. This works even over