aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-25 04:01:39 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-25 04:02:46 +0100
commitcbd62d62ad1532c86e63c658d7337b15ee18d5ae (patch)
tree599e6730c0d9e6e5aa1a99a3520c56836410e03f
parentf9840f1f9b4d5303fb0134d2012d57673a9107f5 (diff)
downloadvimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.tar.gz
vimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.tar.bz2
vimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.zip
Add a few shortcuts
-rw-r--r--dotvimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotvimrc b/dotvimrc
index ac70669..4150b46 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -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'