diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-25 04:01:39 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-25 04:02:46 +0100 |
commit | cbd62d62ad1532c86e63c658d7337b15ee18d5ae (patch) | |
tree | 599e6730c0d9e6e5aa1a99a3520c56836410e03f /dotvimrc | |
parent | f9840f1f9b4d5303fb0134d2012d57673a9107f5 (diff) | |
download | vimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.tar.gz vimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.tar.bz2 vimrc-cbd62d62ad1532c86e63c658d7337b15ee18d5ae.zip |
Add a few shortcuts
Diffstat (limited to 'dotvimrc')
-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' |