Function | Shortcut |
---|---|
New Tab | ⌘ + T |
Close Tab or Window | ⌘ + W (same as many mac apps) |
Go to Tab | ⌘ + Number Key (ie: ⌘2 is 2nd tab) |
Go to Split Pane by Direction | ⌘ + Option + Arrow Key |
Cycle iTerm Windows | ⌘ + backtick (true of all mac apps and works with desktops/mission control) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# zypper bash completion script | |
# | |
# A hackweek gift from Marek Stopka <[email protected]> | |
# Major rewrite by Josef Reidinger <[email protected]> | |
# 2009/02/19 Allow empty spaces in repos names, Werner Fink <[email protected]> | |
# 2014/12/15 Complete package names for install/remove/update/info/download , Fang Peishi <[email protected]> | |
_strip() | |
{ | |
local s c o |