Ask HN: What do you use for editing when you SSH into a remote terminal?
Lately I've been editing files on my local system through an IDE, and through Putty I just paste the code into the proper file through VIM (vim somefile -> gg -> dG -> shift-insert). If it's particularly complex i'll pull from git, but that often makes testing little things very hard, and makes me use vim for the majority of the edits. What's a better way of doing this?
6 comments
[ 4.6 ms ] story [ 20.3 ms ] threadIt is hard to say, as the requirement you have doesn't sound very standard so we might need to know a bit more to help.
I like not dealing with latency while typing, so I'll usually edit locally and occasionally run the code on the remote server