Skip to content

Commit

Permalink
Kill fugitive buffer clutter.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlechow committed Jan 25, 2012
1 parent 0df0ef1 commit 9d3337d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ map <Bs> bdw.
autocmd BufNewFile,BufRead *_spec.rb compiler rspec autocmd BufNewFile,BufRead *_spec.rb compiler rspec
autocmd BufNewFile,BufRead *_test.rb compiler rubyunit autocmd BufNewFile,BufRead *_test.rb compiler rubyunit


autocmd BufReadPost fugitive://* set bufhidden=delete
map <leader>gs :Gstatus<cr> map <leader>gs :Gstatus<cr>
map <leader>gv :CommandTFlush<cr>\|:CommandT app/views<cr> map <leader>gv :CommandTFlush<cr>\|:CommandT app/views<cr>
map <leader>gc :CommandTFlush<cr>\|:CommandT app/controllers<cr> map <leader>gc :CommandTFlush<cr>\|:CommandT app/controllers<cr>
map <leader>gm :CommandTFlush<cr>\|:CommandT app/models<cr> map <leader>gm :CommandTFlush<cr>\|:CommandT app/models<cr>
Expand Down

0 comments on commit 9d3337d

Please sign in to comment.