Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created May 23, 2011 14:36
Show Gist options
  • Save mcrmfc/986789 to your computer and use it in GitHub Desktop.
Save mcrmfc/986789 to your computer and use it in GitHub Desktop.
.gitconfig
[core]
editor = "mvim -f -c 'au VimLeave * !open -a Terminal'"
[merge]
tool = vimdiff
guitool = mvim
[diff]
tool = vimdiff
guitool = mvim
[mergetool "mvim"]
cmd = mvim -f -d "$LOCAL" "$MERGED" "$REMOTE"
[difftool "mvim"]
cmd = mvim -f -d "$LOCAL" "$REMOTE"
[color]
status = auto
branch = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment