Skip to content

Instantly share code, notes, and snippets.

@storopoli
Created July 25, 2025 19:14
Show Gist options
  • Save storopoli/1622da92d79470e14096b3dcd343e2d5 to your computer and use it in GitHub Desktop.
Save storopoli/1622da92d79470e14096b3dcd343e2d5 to your computer and use it in GitHub Desktop.
GhosTTY Config
shell-integration = fish
theme = GruvboxDarkHard
font-feature = -calt
font-feature = -liga
font-feature = -dlig
window-width = 3000
window-height = 2100
background-opacity = 0.9
background-blur-radius = 20
quit-after-last-window-closed = true
macos-option-as-alt = left
keybind = super+grave_accent=toggle_quick_terminal
# Vim Keybinds
keybind = super+alt+h=goto_split:left
keybind = super+alt+l=goto_split:right
keybind = super+alt+j=goto_split:bottom
keybind = super+alt+k=goto_split:top
keybind = super+ctrl+h=resize_split:left,10
keybind = super+ctrl+l=resize_split:right,10
keybind = super+ctrl+j=resize_split:down,10
keybind = super+ctrl+k=resize_split:up,10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment