nvim/windows-gvim.reg
Anthony Perkins 97610d55ba
Add Windows registry file
Will need the path changing.
2023-04-12 08:28:56 +01:00

18 lines
980 B
Reg
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim\command]
@="\"C:\\vim\\vim90\\gvim.exe\" %1"
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-R]
@="Open with Vim (read-only)"
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-R\command]
@="\"C:\\vim\\vim90\\gvim.exe\" -R %1"