Shortcuts For Mac Terminal

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

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

ctrl+shift+up (also ++ and + on macOS)

Scroll line down

ctrl+shift+down (also ++ and + on macOS)

Scroll page up

ctrl+shift+page_up (also + on macOS)

Scroll page down

ctrl+shift+page_down (also + on macOS)

Scroll to top

ctrl+shift+home (also + on macOS)

Scroll to bottom

ctrl+shift+end (also + on macOS)

Action

Shortcut

New tab

ctrl+shift+t (also +t on macOS)

Close tab

ctrl+shift+q (also +w on macOS)

Next tab

ctrl+shift+right (also ^+ and ++] on macOS)

Previous tab

ctrl+shift+left (also +^+ and ++[ on macOS)

Next layout

Move tab forward

Move tab backward

Set tab title

ctrl+shift+alt+t (also ++i on macOS)

Mac Terminal Commands Cheat Sheet

Action

Shortcut

New window

ctrl+shift+enter (also + on macOS)

New OS window

ctrl+shift+n (also +n on macOS)

Close window

ctrl+shift+w (also ++d on macOS)

Next window

Previous window

Move window forward

Move window backward

Move window to top

Focus specific window

ctrl+shift+1, ctrl+shift+2 ... ctrl+shift+0(also +1, +2 ... +9 on macOS)(clockwise from the top-left)

Shortcuts For Mac Terminal

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:

Terminal

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 keyboard shortcuts cheat sheet

Mac Shortcuts Cheat Sheet Pdf

Finally, you can define a shortcut to close all windows in a tab other thanthe currently active window: