vim: Add binding to correct with first suggestion
This commit is contained in:
@@ -112,6 +112,9 @@ endif
|
|||||||
inoremap <C-H> <C-W>
|
inoremap <C-H> <C-W>
|
||||||
cnoremap <C-H> <C-W>
|
cnoremap <C-H> <C-W>
|
||||||
|
|
||||||
|
" Correct word with best/first suggestion.
|
||||||
|
noremap <leader>c 1z=
|
||||||
|
|
||||||
" Aesthetics ###################################################################
|
" Aesthetics ###################################################################
|
||||||
" Use 24-bit (true-color) mode
|
" Use 24-bit (true-color) mode
|
||||||
if (has('termguicolors'))
|
if (has('termguicolors'))
|
||||||
|
|||||||
Reference in New Issue
Block a user