Last active
May 13, 2020 10:55
-
-
Save gonzaloserrano/0df7b0eca8f615afecde370563f44179 to your computer and use it in GitHub Desktop.
opendiff from vim map - xcode xcode-select macos
This file contains 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
# if you got some complain from xcode run this: | |
# sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer | |
# this is the map that goes to your vimrc | |
map <c-y> :!git difftool -y --tool=opendiff %<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment