'iTerm2 slide down over full screen app
I always have my IDE (phpStorm) in full screen mode (Yosemite).
I want my iTerm2 hotkey to slide my terminal window down over the IDE, so it doesn't open up a new space for the terminal window. As once the window slides back up it leaves me on an empty space, rather than going back to phpStorm.
Solution 1:[1]
Step 1 HotKey
Create Dedicated Hotkey Window
Preferences > Keys > Click Create Dedicated Hotkey Window
set hot key by pressing Click to Set (and subsequently your desired key combo)
Step 2 Floating in Focus
Make the app stay above any apps that are currently in the workspace and maintain focus (in the same dialog from above)
- Check
Pin hotkey window(stays open on loss of keyboard focus) - Check
Floating window
Step 3 Looks
When creating the hotkey terminal a new profile is created (generally named "Hotkey Window"), update profile as desired
OTHER NOTES
To enable some changes you will need to restart iTerm
You will be using a specific hot key to call up the overlay
You may also want to access preferences as well,
command-,- if using an older version of iTerm here is the previous video
Solution 2:[2]
This is currently not possible, unfortunately. See discussions here and here. Apps like Quicksilver, Alfred, and Dash are able to do it, so it is technically possible - just not implemented by George. It may become a moot point for these use cases when we get El Capitan's Split View
Solution 3:[3]
I'd like to propose an variant of Marc's answers. And Friedka's answer is not anymore up to date, some options were removed, some changed, I'm using iTerm Build 3.2.0beta4.
Create and assign a hotkey
Preferences>Keys> ClickCreate Dedicated Hotkey Window- Follow the instructions to set the hot key.
- Check pin hotkey window and floating window
Create a window arrangement
That's where my answer differ, Marc's answer rely on making iTerm to start with hotkey profile per default, which may be cumbersome if you need a simple standard window. Instead this answer proposes to use iterm's window arrangement.
- So open a hotkey window
- Make sure all window with another profile (usually named Default) are closed. The only remaining active (hidden or not) window should be the Hotkey window.
- Save the arrangement,
Window>Save Window Arrangement Make sure this arrangement is the default
Preferences>Arrangements> Select the arrangement and clickSet DefaultIn the preference, make iterm starts with the default arrangement. :
Preferences>General>Startup> SelectOpen Default Window Arrangement
Optionally tweak the hotkey window appearance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | sarumont |
| Solution 3 | Brice |
