diff options
| -rw-r--r-- | core/mappings.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |
