Added C-b for CtrlPBuffer

main
Thomas Ba. 10 years ago
parent 9455432fcc
commit 03dc232cd2

@ -193,3 +193,6 @@ let g:VimuxHeight = "30"
let g:VimuxOrientation = "h" let g:VimuxOrientation = "h"
" Prompt for a command to run " Prompt for a command to run
noremap <leader>vp :VimuxPromptCommand<CR> noremap <leader>vp :VimuxPromptCommand<CR>
" CtrlP
nmap <C-b> :CtrlPBuffer<cr>

Loading…
Cancel
Save