X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b5b01a4314f2ada0eb56a25a7c6e193f1d7a8bf9..53cdb87f3118aa9e0e6a7caa61e65e545fb54f3e:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index e5a69e6..77a35a3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -257,6 +257,7 @@ augroup END map " make +nnoremap r :make nnoremap :make " unhighlight search @@ -294,8 +295,8 @@ nnoremap i :set list! nnoremap U :syntax sync fromstart:AirlineRefresh:redraw! " Ranger -nnoremap r :silent !ranger %:h:redraw! -nnoremap R :silent !ranger:redraw! +" nnoremap r :silent !ranger %:h:redraw! +" nnoremap R :silent !ranger:redraw! " Use sane regexes. nnoremap / /\v @@ -579,7 +580,6 @@ function! SwitchSpell() echo "setlocal spelllang=" g:myLangList[b:myLang] endfunction -nnoremap s :call ToggleSpell() -nnoremap S :call SwitchSpell() +nnoremap coS :call SwitchSpell() " fix spelling with first choice nnoremap f 1z=