I find the behavior of the mac to be very practical, because all the most common shortcuts use Super, and the famous copy shortcut doesn't overlap the famous SIGINT shortcut. Most terminal apps react to Ctrl-. shortcuts, and they mostly overlap with 'standard' shortcuts. Integrated terminal ⌃` Show integrated terminal ⌃⇧` Create new terminal ⌘C Copy selection ⌘↑ / ↓ Scroll up/down / PgDn Scroll page up/down Home / End Scroll to top/bottom Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings Keyboard shortcuts for macOS. A layout is an arrangement of multiple kitty windows inside a top-level OS window. You can create a new window using the ctrl+shift+enter key combination. Currently, there are six layouts available: Fat- One (or optionally more) windows are shown full width on the top, the rest of the windows are shown side-by-side on the bottom. Grid- All windows are shown in a grid.
- Mac Open Terminal Hotkey
- Mac Terminal Commands Cheat Sheet
- Mac Terminal Command Shortcut
- Open Terminal Mac Shortcut
- Mac Shortcuts Cheat Sheet Pdf
Mac Open Terminal Hotkey
kitty is capable of running multiple programs organized into tabs andwindows. The top level of organization is the Tab. Each tab consistsof one or more windows. The windows can be arranged in multipledifferent layouts, like windows are organized in a tiling windowmanager. The keyboard controls (which are all customizable) for tabs andwindows are:
Action | Shortcut |
---|---|
Scroll line up |
|
Scroll line down |
|
Scroll page up |
|
Scroll page down |
|
Scroll to top |
|
Scroll to bottom |
|
Action | Shortcut |
---|---|
New tab |
|
Close tab |
|
Next tab |
|
Previous tab |
|
Next layout | |
Move tab forward | |
Move tab backward | |
Set tab title |
|
Mac Terminal Commands Cheat Sheet
Action | Shortcut |
---|---|
New window |
|
New OS window |
|
Close window |
|
Next window | |
Previous window | |
Move window forward | |
Move window backward | |
Move window to top | |
Focus specific window |
|

Mac Terminal Command Shortcut
Additionally, you can define shortcuts in kitty.conf
to focus neighboringwindows and move windows around (similar to window movement in vim):
You can also define a shortcut to switch to the previously active window:

nth_window
will focus the nth window for positive numbers and thepreviously active windows for negative numbers.
You can define shortcuts to detach the current window andmove it to another tab or another OS window:
Similarly, you can detach the current tab, with:
Open Terminal Mac Shortcut

Mac Shortcuts Cheat Sheet Pdf
Finally, you can define a shortcut to close all windows in a tab other thanthe currently active window: