From ad313c5df34ab09c5a98ad97ccaf3c9887d0e0fa Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 10 May 2023 10:08:09 +0100 Subject: [PATCH] Add Vim to folders --- windows-gvim.reg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows-gvim.reg b/windows-gvim.reg index 4eccde8..35c488e 100644 --- a/windows-gvim.reg +++ b/windows-gvim.reg @@ -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\""