vim: Bind Ctrl-Backspace also on command-line
This commit is contained in:
@@ -96,8 +96,9 @@ if (has('clipboard') || has('nvim'))
|
|||||||
vnoremap <leader>P "+P
|
vnoremap <leader>P "+P
|
||||||
endif
|
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>
|
inoremap <C-H> <C-W>
|
||||||
|
cnoremap <C-H> <C-W>
|
||||||
|
|
||||||
" Aesthetics ###################################################################
|
" Aesthetics ###################################################################
|
||||||
" Use 24-bit (true-color) mode
|
" Use 24-bit (true-color) mode
|
||||||
|
|||||||
Reference in New Issue
Block a user