Can't edit remote files #7211
Unanswered
tsvallender
asked this question in
Q&A
Replies: 3 comments 1 reply
-
You want
kitten ssh hostname
not
kitty ssh hostname
and then simply run
edit-in-kitty filename
or do the ls and click routine if you prefer that.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
ssh into the server using the ssh kitten, read more at:
https://sw.kovidgoyal.net/kitty/kittens/ssh/
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into a similar issue. Ensure you are not overriding the editor envar in your config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to edit files locally from a current SSH section as the documentation suggests is possible, but I can't get it working.
I can connect via
kitty ssh session-name
, and get the menu of options by runningls --hyperlink=auto
. If I choose to open the file, it opens in gedit (though$EDITOR
is set tonvim
), choosing to edit seems to do nothing at all.Suggestions on fixing this appreciated, this would be a great feature to have working.
Beta Was this translation helpful? Give feedback.
All reactions