How do you edit files over SSH?

后端 未结 17 1889
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 18:44

I program with eclipse and sometimes use GUI text editors like SciTE or vim. However, I\'m at a point in a project that requires me to edit files over a ssh connection in a 80 c

17条回答
  •  灰色年华
    2021-01-29 19:29

    X11 forward can be sluggish... what OS are you connecting to? You might try 'nano' on ubuntu, or 'diakonos' if you want windows key bindings.

提交回复
热议问题