From d2127146d0240928a8fa0640d31fcbe9bfb7f458 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 1 Jun 2018 22:57:04 +0200 Subject: [PATCH] disable annoying CtrlP autojump --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index dbbd36c..49087e8 100644 --- a/init.vim +++ b/init.vim @@ -118,7 +118,7 @@ runtime lightline.vim " Syntastic let g:syntastic_check_on_open = 1 let g:syntastic_enable_signs = 1 -let g:syntastic_auto_jump = 1 +let g:syntastic_auto_jump = 0 let g:syntastic_shell = "/bin/sh" let g:syntastic_python_checkers = ["flake8"] let g:syntastic_python_python_exe = 'python3'