Skip to content

Instantly share code, notes, and snippets.

@koirand
Last active May 5, 2017 17:08
Show Gist options
  • Save koirand/1fd85ee3c33df77490a945b3ddf04e50 to your computer and use it in GitHub Desktop.
Save koirand/1fd85ee3c33df77490a945b3ddf04e50 to your computer and use it in GitHub Desktop.
[Windows] Add "Open with GVIM" to context menu
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