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?
Asked
Active
Viewed 472 times
0
-
Coding on a tablet isn't very practical anyway. Get yourself a laptop. – Michael Hampton Sep 13 '15 at 22:00
-
Any reason you're tied to VIM? Surely there's any number of suitable iOS editors. – Brandon Xavier Sep 13 '15 at 22:14
-
No it is not. See: http://apple.stackexchange.com/questions/53988/slow-typing-on-ipad – Brian Sep 13 '15 at 22:33
1 Answers
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