diff options
-rw-r--r-- | dotvimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -87,6 +87,7 @@ let g:ctrlp_match_func = {'match' : 'matcher#cmatch' } " Also search tags let g:ctrlp_extensions = ['tag'] noremap <Leader>p :CtrlP<CR> +noremap <Leader>b :CtrlPBuffer<CR> "let g:ctrlp_working_path_mode = 'a' @@ -100,7 +101,7 @@ let g:ycm_extra_conf_globlist = ['~/dab/*', '~/*'] let g:ycm_always_populate_location_list = 1 noremap <Leader>y :YcmDiags<CR> noremap <Leader>Y :YcmRestartServer<CR> -noremap <Leader>F :YcmCompleter FixIt<CR> +noremap <Leader>F :YcmCompleter FixIt<CR>:ccl<CR> NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' |