vim: Add binding to correct with first suggestion

This commit is contained in:
2020-10-10 00:28:37 +02:00
parent d14a84fb9c
commit 5f4a6862ab

View File

@@ -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'))