This commit is contained in:
dave 2008-11-16 01:24:27 -06:00
parent 560f72ca8f
commit f70812f9c9

2
vimrc
View file

@ -285,7 +285,7 @@ inoremap # X<BS>#
" and always accept <C-h> as a backspace key " and always accept <C-h> as a backspace key
map <C-h> <BS> map <C-h> <BS>
map! <C-h> <BS> map! <C-h> <BS>
if (&term =~ "interix") if (&term !~ "interix")
map <C-?> <BS> map <C-?> <BS>
map! <C-?> <BS> map! <C-?> <BS>
endif endif