add some hacks for "xterm" terminals...

This commit is contained in:
David Majnemer 2010-06-07 13:47:54 -07:00
parent 6daec9521a
commit dd08f6f764

4
vimrc
View file

@ -333,6 +333,10 @@ endif
if (&term =~ "^xterm")
map  <Home>
map  <End>
map  <C-Left>
map!  <C-Left>
map  <C-Right>
map!  <C-Right>
endif
" Python specific stuff