diff --git a/quake-windows-bash.ahk b/quake-windows-bash.ahk index 044e72f..e3da4e9 100644 --- a/quake-windows-bash.ahk +++ b/quake-windows-bash.ahk @@ -14,6 +14,7 @@ BashHandle = ahk_exe bash.exe if (mx = -1) { WinRestore, %BashHandle% + WinActivate, %BashHandle% ; Uncomment these lines to overcome tmux/vim rendering bug ; ControlSend, , ^{VK42}, %BashHandle%