[nvim] Add C-BS in addition to C-H too

In my previous terminal emulators, Ctrl+backspace sent Ctrl+H, but in
Foot it's separate.
This commit is contained in:
Midgard 2022-09-10 22:04:10 +02:00
parent da17543917
commit 1ad487f2f7
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -45,6 +45,7 @@ set ignorecase smartcase " don't match case if typing in all-lowercase
" Ctrl+Backspace deletes previous word like in most text editors
"inoremap  <esc>dba<bs>
inoremap  
inoremap <C-BS> 
inoremap heigth height
inoremap heihgt height