vim: Bind Ctrl-Backspace also on command-line

This commit is contained in:
2020-10-10 00:05:22 +02:00
parent c0f7b43dac
commit 646d1bc7c4

View File

@@ -96,8 +96,9 @@ if (has('clipboard') || has('nvim'))
vnoremap <leader>P "+P
endif
" Ctrl-Backspace should delete words in insert mode.
" Ctrl-Backspace should delete words in insert mode and on command-line.
inoremap <C-H> <C-W>
cnoremap <C-H> <C-W>
" Aesthetics ###################################################################
" Use 24-bit (true-color) mode