Skip to content

Commit

Permalink
Vim: Quickly delete all open buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadlerjr committed Jul 10, 2015
1 parent ab3fc4e commit 28e1751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -171,6 +171,9 @@ nnoremap <Leader>a :Ag<CR>
" Bring up Fugitive status buffer
nnoremap <Leader>g :Gstatus<CR>
" Delete all buffers
map <Leader>d :bufdo bd<CR>
" Rails specific key mappings
map <leader>gr :topleft :split config/routes.rb<cr>
map <leader>gg :topleft 100 :split Gemfile<cr>
Expand Down

0 comments on commit 28e1751

Please sign in to comment.