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:
parent
481a4e5c0e
commit
34111c669a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user