Skip to content

Commit

Permalink
Add fugitive shortcuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
adimit committed Apr 16, 2012
1 parent fcdeba4 commit beb393f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ map <leader>ee :e <C-R>=expand("%:p:h") . "/" <CR>
map <leader>es :sp <C-R>=expand("%:p:h") . "/" <CR>
map <leader>et :tabe <C-R>=expand("%:p:h") . "/" <CR>
" easier use of fugitive
map <leader>gd :Gdiff<CR>
map <leader>gc :Gcommit<CR>
map <leader>gs :Gstatus<CR>
map <leader>gw :Gwrite<CR>
map <leader>gl :Glog<CR>
""" Environment
"""""""""""""""

Expand Down

0 comments on commit beb393f

Please sign in to comment.