1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix error caused by removal of vim-auto-save

This commit is contained in:
jdhao 2021-10-16 22:40:02 +08:00
parent 481a4e5c0e
commit 34111c669a

View File

@ -125,8 +125,8 @@ tnoremap <ESC> <C-\><C-n>
" Toggle spell checking (autosave does not play well with z=, so we disable it
" when we are doing spell checking)
nnoremap <silent> <F11> :<C-U>set spell! <bar> :AutoSaveToggle<cr>
inoremap <silent> <F11> <C-O>:<C-U>set spell! <bar> :AutoSaveToggle<cr>
nnoremap <silent> <F11> :<C-U>set spell!<cr>
inoremap <silent> <F11> <C-O>:<C-U>set spell!<cr>
" Decrease indent level in insert mode with shift+tab
inoremap <S-Tab> <ESC><<i