Skip to content

Commit

Permalink
Added git diff for vim (gdv)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Lazu committed Oct 11, 2009
1 parent fafa156 commit 7705ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aliases.zsh
Expand Up @@ -20,6 +20,7 @@ alias gst='git status'
alias gl='git pull'
alias gp='git push'
alias gd='git diff | mate'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gb='git branch'
Expand Down

0 comments on commit 7705ffa

Please sign in to comment.