From: Samir Benmendil Date: Sun, 11 Oct 2015 22:32:46 +0000 (+0100) Subject: vim: don't jump to first error when :make X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ce04c694f566c533d93693cb8ea5524609cb5ff3?ds=inline vim: don't jump to first error when :make --- diff --git a/vim/vimrc b/vim/vimrc index 6ac05a3..7771d14 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -326,8 +326,8 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | map " make -nnoremap r :make -nnoremap :make +nnoremap r :make! +nnoremap :make! " unhighlight search nnoremap / :silent nohl