Created
September 20, 2017 16:07
-
-
Save astyagun/a1f365e9b99e4742cba56d204533e6f8 to your computer and use it in GitHub Desktop.
Use MacVim as a Git difftool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo diffing file: ./$1 | |
mvim -d -f -c 'set columns=200' -c 'normal =' "$2" "$3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment