Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Created December 27, 2011 20:29
Show Gist options
  • Save sc68cal/1525034 to your computer and use it in GitHub Desktop.
Save sc68cal/1525034 to your computer and use it in GitHub Desktop.
#v::
SetTitleMatchMode, 2
IfWinActive, Message (Plain Text)
{
WinGet, ActiveWindow, ID
Send ^a
Send ^c
clipboard = %clipboard%
FileDelete, %TEMP%\outlook.txt
FileAppend, %Clipboard%, %TEMP%\outlook.txt
RunWait, C:\Program Files\Vim\vim73\gvim.exe %TEMP%\outlook.txt
FileRead, Clipboard, %TEMP%\outlook.txt
WinActivate, ActiveWindow
Send ^a^v^{HOME}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment