0

I'm trying to write programs using VIM on a remote server. The server is necessary because I'm in a system without VIM (iOS). When I connect through SSH, there is a visible delay of 200~600ms, which makes coding barely unpractical. Is there any way to use VIM remotely without that delay?

torvic
  • 1

1 Answers1

1

You should understand what causes the delay. It is probably caused by excessive buffering in your routers, in which case you should try to eliminate it.

If you cannot reduce the delay, using mosh instead of ssh may hide some of it.

jch
  • 470
  • 2
  • 8