From 48c39a4cf62db15c8392741d20293e2f5d20dc05 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 30 Jan 2015 11:42:28 +0900 Subject: [PATCH] Change default mode for CtrlP --- .vim/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 4b15710..69c7056 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -29,6 +29,9 @@ Plug 'https://github.com/vim-latex/vim-latex.git' call plug#end() +" ctrlp.vim +let g:ctrlp_cmd = 'CtrlPMixed' + " syntastic let g:syntastic_python_checkers = ['pyflakes']