Skip to content

Instantly share code, notes, and snippets.

@tanishiking
Created March 4, 2025 08:49
Show Gist options
  • Save tanishiking/0f60051ac3a56fb0f51aa38d3d33afa4 to your computer and use it in GitHub Desktop.
Save tanishiking/0f60051ac3a56fb0f51aa38d3d33afa4 to your computer and use it in GitHub Desktop.
ghostty config
theme = afterglow
fullscreen = true
# font
font-size = 17
font-thicken = true
font-thicken-strength = 1
cursor-style = block
cursor-opacity = 0.6
cursor-style-blink = false
shell-integration-features = no-cursor
# tmux like key bindings
keybind = ctrl+b>shift+\=new_split:right
keybind = ctrl+b>-=new_split:down
keybind = ctrl+b>c=new_tab
keybind = ctrl+b>n=next_tab
keybind = ctrl+b>p=previous_tab
keybind = ctrl+b>l=goto_split:right
keybind = ctrl+b>h=goto_split:left
keybind = ctrl+b>j=goto_split:down
keybind = ctrl+b>k=goto_split:up
keybind = ctrl+b>shift+l=resize_split:right,50
keybind = ctrl+b>shift+h=resize_split:left,50
keybind = ctrl+b>shift+j=resize_split:down,50
keybind = ctrl+b>shift+k=resize_split:up,50
# change font size (super+plus/minus works as well though)
keybind = super+shift+plus=increase_font_size:1
keybind = super+shift+-=decrease_font_size:1
keybind = super+shift+r=reset_font_size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment