Skip to content

Instantly share code, notes, and snippets.

@onlyphantom
Last active July 19, 2025 06:56
Show Gist options
  • Save onlyphantom/389893f0150a22374faa9886c1712c33 to your computer and use it in GitHub Desktop.
Save onlyphantom/389893f0150a22374faa9886c1712c33 to your computer and use it in GitHub Desktop.
Ghostty Keyboard Shortcuts (Linux)

Specific for Linux/Ubuntu

These are what works for an out-of-the-box Ubuntu 25.04 setup running an empty-config Ghostty. Included are my most-used keyboard shortcuts and not an exhaustive list.

For a non-Ubuntu specific setup, @hensg maintains a more complete list on this Gist.

Tab Management

Action Keyboard Shortcuts
New Tab Ctrl + Shift + t
Delete Tab Ctrl + Shift + w
Cycle through Tab Ctrl + Tab
Go to Tab 1-8 Alt + [1-8]
Alt + 9 for last tab

Split Management

⌘ = Super key

Action Keyboard Shortcuts
New Split to Right Ctrl + Shift + o
New Split to Down Ctrl + Shift + e
Delete Split Ctrl + d
Cycle Splits
[ to cycle left, ] for right
Ctrl + ⌘ + [
or Ctrl + Super + ]
Resize Split
← ↑ → ↓ to resize
Ctrl + ⌘ + Shift + ///

Font & Navigation

Action Keyboard Shortcuts
Scroll Shift + pgup / pgdn / home
Go to previous/next prompt Ctrl + Shift + pgup / pgdn
Increase / Decrease font size Ctrl + +/-/0

Development

Action Keyboard Shortcuts
Toggle Inspector Ctrl + Shift + i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment