[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:
parent
da17543917
commit
1ad487f2f7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue