From 44da65fd0ea3a4f5381579b751d0665a68a6632d Mon Sep 17 00:00:00 2001 From: joshholtrop Date: Wed, 20 Jan 2010 16:13:00 +0000 Subject: [PATCH] added GVIM shortcut git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/JoshsAutoHotKey@147 8131a0b2-b21c-1c47-bd6a-f003126495bd --- shortcuts.ahk | 5 +++++ 1 file changed, 5 insertions(+) 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