From 1a4a898aeddb21ce64ae0ffbcea90dfc4e1d28da Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 20:05:16 -0400 Subject: vimrc: Remove CtrlP configuration Since I removed CtrlP in 1aa1b4d3258c8d962f965da3e33ee20ee206d5f0, we can remove its configuration also. --- vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index cc4c163..714cf93 100644 --- a/vimrc +++ b/vimrc @@ -475,11 +475,6 @@ nnoremap adt :Unite -start-insert -immediately file_rec tabopen nnoremap abt :Unite -start-insert -immediately buffer tabopen -" Ctrl-P -" http://stackoverflow.com/a/18601066 -let g:ctrlp_user_command = 'ag %s -l --nocolor --hidden -g ""' - - " pick let g:pick_command = "find * -type f -o -type l" -- cgit v1.2.3