aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 09da609..7a5678f 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -139,8 +139,9 @@ nnoremap <F12> :Goyo<CR>
let g:indent_guides_space_guides = 0
" ctrlp file opener
-nnoremap <c-t> :CtrlPBufTag<CR>
-nnoremap <a-t> :CtrlPTag<CR>
+nnoremap <c-b> :CtrlPBuffer<CR>
+nnoremap <c-t> :CtrlPTag<CR>
+nnoremap <a-t> :CtrlPBufTag<CR>
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$',