Created
January 4, 2019 05:59
-
-
Save quanhua92/21352b94dc7ca49a8672bd131dfdb2b4 to your computer and use it in GitHub Desktop.
Add Vim.exe to Context Menu (instead of gvim.exe as default)
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\Shell\Vim] | |
@="Edit with &Vim" | |
"Icon"="\"C:\\Program Files (x86)\\Vim\\vim81\\vim.exe\"" | |
[HKEY_CLASSES_ROOT\*\Shell\Vim\command] | |
@="\"C:\\Program Files (x86)\\Vim\\vim81\\vim.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment