Last active
March 6, 2018 20:46
-
-
Save dave-kennedy/161a424e3d7fbef5ed6e359fbcacfde0 to your computer and use it in GitHub Desktop.
Vim context menu entry for Windows
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_CURRENT_USER\Software\Classes\*] | |
[HKEY_CURRENT_USER\Software\Classes\*\shell] | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\gvim] | |
@="Edit with Vim" | |
"Icon"="C:\\Program Files (x86)\\Vim\\vim80\\gvim.exe" | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\gvim\command] | |
@="\"C:\\Program Files (x86)\\Vim\\vim80\\gvim.exe\" --remote-tab-silent \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment