mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
woops
This commit is contained in:
parent
560f72ca8f
commit
f70812f9c9
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue