bad xterm should still have home/end in insert

This commit is contained in:
David Majnemer 2010-06-21 16:11:41 -07:00
parent e0ad045735
commit d18a0e295d

2
vimrc
View file

@ -338,7 +338,9 @@ endif
if (&term =~ "^xterm")
map  <Home>
map!  <Home>
map  <End>
map!  <End>
map  <C-Left>
map!  <C-Left>
map  <C-Right>