Skip to content

Commit

Permalink
Add quick buffer delete keybinding <leader>b
Browse files Browse the repository at this point in the history
  • Loading branch information
spicycode committed Jul 11, 2011
1 parent 2018484 commit 9f07748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keybindings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ imap jj <Esc>
nmap <leader>lf :FufCoverageFile<CR>
nmap <leader>lb :FufBuffer<CR>
nmap <leader>lt :FufTag<CR>
" Close buffers
nmap <leader>b :bd<CR>

0 comments on commit 9f07748

Please sign in to comment.