iTerm2
iTerm2 copied to clipboard
Roll open hotkey window on activation when hidden on deactivation.
When the hotkey window is hidden as a result of app deactivation, it will be rolled open again upon next app activation.
This is ideal for any case where you're in a hotkey, switch to another app, and switch back to iTerm expecting to be back where you left (eg. you open a gui editor to edit a file (eg. subl), or you switch to your webbrowser to see the result of you editing an html file in vim, etc.)
ref. http://code.google.com/p/iterm2/issues/detail?id=2093&q=lhunath
I don't really want to add more complexity in the current series of betas; I'd consider merging this into the v3 branch with a few changes:
- There should be a config switch for it in prefs
- previouslyActiveHotKeyTerminal_ becomes a dangling pointer if the object it points to is freed.