Skip to content

Instantly share code, notes, and snippets.

@aquarhead
Last active November 3, 2016 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aquarhead/0955098aba1feefdce12a7a1334200f5 to your computer and use it in GitHub Desktop.
Save aquarhead/0955098aba1feefdce12a7a1334200f5 to your computer and use it in GitHub Desktop.
AutoHotkey config for Babun on Windows simulating my config on OS X for iTerm
WinGetActiveTitle, LastActiveWindowTitle
Run, babun
!`::
IfWinActive, Yukinoshita
{
WinHide, Yukinoshita
WinActivate, %LastActiveWindowTitle%
}
else
{
WinGetActiveTitle, LastActiveWindowTitle
WinShow, Yukinoshita
WinActivate, Yukinoshita
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment