vimrc fixed on interix

This commit is contained in:
David Majnemer 2008-12-12 01:17:54 -06:00
parent f8ee5cb15d
commit dd4022c1eb

2
vimrc
View file

@ -277,6 +277,8 @@ map! <C-h> <BS>
if (&term =~ "interix")
map  <Home>
map  <End>
map <C-?> <DEL>
map! <C-?> <DEL>
elseif (&term !~ "cons")
map <C-?> <BS>
map! <C-?> <BS>