mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
vimrc fixed on interix
This commit is contained in:
parent
f8ee5cb15d
commit
dd4022c1eb
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -277,6 +277,8 @@ map! <C-h> <BS>
|
|||
if (&term =~ "interix")
|
||||
map [H <Home>
|
||||
map [U <End>
|
||||
map <C-?> <DEL>
|
||||
map! <C-?> <DEL>
|
||||
elseif (&term !~ "cons")
|
||||
map <C-?> <BS>
|
||||
map! <C-?> <BS>
|
||||
|
|
Loading…
Add table
Reference in a new issue