Skip to content

Instantly share code, notes, and snippets.

@dave-kennedy
Last active March 6, 2018 20:46
Show Gist options
  • Save dave-kennedy/161a424e3d7fbef5ed6e359fbcacfde0 to your computer and use it in GitHub Desktop.
Save dave-kennedy/161a424e3d7fbef5ed6e359fbcacfde0 to your computer and use it in GitHub Desktop.
Vim context menu entry for Windows
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