Skip to content

Instantly share code, notes, and snippets.

@v0lkan
Last active September 3, 2022 17:41
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 v0lkan/84e86acc8dc67057955a7ff5ce44096a to your computer and use it in GitHub Desktop.
Save v0lkan/84e86acc8dc67057955a7ff5ce44096a to your computer and use it in GitHub Desktop.
How to Use `iterm2` like `guake`
  • First, install iterm2:
brew install iterm2 --cask
  • Then, go to Preferences → Keys → Hotkey and check the “show/hide all windows with a system-wide hotkey” checbox and choose your hotkey combination.

    • I use CTRL+~ to be Quake-compatible :), choose whatever suits your needs.
  • Then go to Preferences → Profiles → Window tab and set Style to Full-Width Top of Screen, and Screen to Screen with Cursor.

  • Then, go to Preferences → Appearance and check the Exclude from Dock and ⌘-Tab Switcher.

  • Then, go to Apple → System Preferences → Users and Groups.

  • Then, choose your user and go to Login Items tab.

  • Add new item with the [+] button and choose the iTerm2 application from Applications folder.

That’s pretty much it.

Enjoy your fake guake :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment