diff --git a/core/mappings.vim b/core/mappings.vim index 7482544..55b8e57 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -125,8 +125,8 @@ tnoremap " Toggle spell checking (autosave does not play well with z=, so we disable it " when we are doing spell checking) -nnoremap :set spell! :AutoSaveToggle -inoremap :set spell! :AutoSaveToggle +nnoremap :set spell! +inoremap :set spell! " Decrease indent level in insert mode with shift+tab inoremap <