diff --git a/shortcuts.ahk b/shortcuts.ahk index 4d0b469..4af0775 100644 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -18,3 +18,8 @@ return #C:: Run C:\Windows\System32\calc.exe return + +; Win+G open GVIM +#G:: +Run C:\apps\Vim\vim72\gvim.exe +return