Skip to content

Instantly share code, notes, and snippets.

@quanhua92
Created January 4, 2019 05:59
Show Gist options
  • Save quanhua92/21352b94dc7ca49a8672bd131dfdb2b4 to your computer and use it in GitHub Desktop.
Save quanhua92/21352b94dc7ca49a8672bd131dfdb2b4 to your computer and use it in GitHub Desktop.
Add Vim.exe to Context Menu (instead of gvim.exe as default)
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