Skip to content

Commit

Permalink
Changed the CommandTBuffer shortcut to <leader>b
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Munda committed Jul 11, 2012
1 parent 1bbd347 commit a4d6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -71,7 +71,7 @@ set laststatus=2
" ------ Command-T ------
noremap <leader>o <Esc>:CommandT<CR>
noremap <leader>O <Esc>:CommandTFlush<CR>
noremap <leader>m <Esc>:CommandTBuffer<CR>
noremap <leader>b <Esc>:CommandTBuffer<CR>
set wildignore=*.pyc,*~,*.class
" -----------------------

Expand Down

0 comments on commit a4d6577

Please sign in to comment.