Vim – Fix arrow keys that display A B C D on remote shell
A little fix for arrow keys in Vim, that display A B C D on remote terminal if in the system you don’t wanna declare “TERM” just insert into yout ~/.vimrc the terminal type like this:
set term=xterm
Vim – Fix arrow keys that display A B C D on remote shell Read More »