Skip to content

Instantly share code, notes, and snippets.

@henri
Last active February 26, 2026 01:32
Show Gist options
  • Select an option

  • Save henri/64192620b17246d44e9bc1ba298bac09 to your computer and use it in GitHub Desktop.

Select an option

Save henri/64192620b17246d44e9bc1ba298bac09 to your computer and use it in GitHub Desktop.
ghostty cheat sheet
# list key binds
ghostty +list-keybinds
# helpful links
https://ghostty.org/docs/config/keybind/reference
command = /usr/bin/fish
term = xterm-256color
shell-integration = detect
cursor-style = block
cursor-style-blink = true
shell-integration = detect
#shell-integration-features = no-cursor,title
shell-integration-features = no-cursor
scrollback-limit = 100000
gtk-tabs-location = bottom
window-decoration = client
window-width = 110
window-height = 29
window-step-resize = true
window-padding-y = 5,15
window-padding-x = 20,5
window-padding-balance = true
# window-padding-color = extend
keybind = ctrl+shift+k=clear_screen
keybind = ctrl+shift+o=toggle_tab_overview
keybind = ctrl+alt+shift+t=prompt_surface_title
keybind = ctrl+super+shift+t>1=goto_tab:1
keybind = ctrl+super+shift+t>2=goto_tab:2
keybind = ctrl+super+shift+t>3=goto_tab:3
keybind = ctrl+super+shift+t>4=goto_tab:4
keybind = ctrl+super+shift+t>5=goto_tab:5
keybind = ctrl+super+shift+t>6=goto_tab:6
keybind = ctrl+super+shift+t>7=goto_tab:7
keybind = ctrl+super+shift+t>8=goto_tab:8
keybind = ctrl+super+shift+t>9=goto_tab:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment