Vim arrow keys

From EggeWiki
Revision as of 20:58, 25 June 2009 by Egge (talk | contribs) (New page: Using rxvt and vim 7.1, sometimes the arrow keys produce 'A', 'B', 'C', 'D' instead of navigating. Adding this to my ~/.vimrc seems to fix the problem. <geshi lang="bash"> :set term=built...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using rxvt and vim 7.1, sometimes the arrow keys produce 'A', 'B', 'C', 'D' instead of navigating.

Adding this to my ~/.vimrc seems to fix the problem. <geshi lang="bash">

set term=builtin_ansi

</geshi>