Last active
May 5, 2017 17:08
-
-
Save koirand/1fd85ee3c33df77490a945b3ddf04e50 to your computer and use it in GitHub Desktop.
[Windows] Add "Open with GVIM" to context menu
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\EditWithVim] | |
@="Edit with Vim" | |
[HKEY_CLASSES_ROOT\*\shell\openWithGvim\command] | |
@="\"C:\Program Files (x86)\Vim\vim80\gvim.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment