Adding the <leader>l buffer switching map to vimrc.

This commit is contained in:
Dustin Swan
2012-08-21 23:42:52 -05:00
parent 94018f272e
commit bd92d433f4
2 changed files with 5 additions and 2 deletions

5
vimrc
View File

@@ -181,7 +181,10 @@ nnoremap <leader>m :silent !open -a Marked.app '%:p'<cr>
nnoremap ! :Clam<space>
" CtrlP
nnoremap <leader>b :CtrlPBuffer<cr>
"nnoremap <leader>b :CtrlPBuffer<cr>
" Buffer selection
nnoremap <leader>l :ls<cr>:b<space>
" Set the max files
let g:ctrlp_max_files = 10000