diff options
author | Teddy Wing | 2015-07-13 20:05:16 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-13 20:05:16 -0400 |
commit | 1a4a898aeddb21ce64ae0ffbcea90dfc4e1d28da (patch) | |
tree | e5954ceb360cf4bf9986060e98bd9e8a0f196c66 | |
parent | 1aa1b4d3258c8d962f965da3e33ee20ee206d5f0 (diff) | |
download | dotvim-1a4a898aeddb21ce64ae0ffbcea90dfc4e1d28da.tar.bz2 |
vimrc: Remove CtrlP configuration
Since I removed CtrlP in 1aa1b4d3258c8d962f965da3e33ee20ee206d5f0, we
can remove its configuration also.
-rw-r--r-- | vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -475,11 +475,6 @@ nnoremap <leader>adt :<c-u>Unite -start-insert -immediately file_rec tabopen<cr> nnoremap <leader>abt :<c-u>Unite -start-insert -immediately buffer tabopen<cr> -" 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" |