Vim arrow keys: Difference between revisions
m (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...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Using rxvt and vim 7.1, sometimes the arrow keys produce 'A', 'B', 'C', 'D' instead of navigating. | 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. | Adding this to my ~/.vimrc seems to fix the problem. |
Revision as of 02:54, 17 July 2009
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>