Add Vim to folders

This commit is contained in:
Anthony Rose 2023-05-10 10:08:09 +01:00
parent 50e9e2db07
commit ad313c5df3

View file

@ -16,3 +16,8 @@ Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\gvim-R\command]
@="\"C:\\vim\\vim90\\gvim.exe\" -R \"%1\""
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\gvim]
@="Open Vim here"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\gvim\command]
@="\"C:\\vim\\vim90\\gvim.exe\" \"%1\""