Created
July 25, 2025 19:14
-
-
Save storopoli/1622da92d79470e14096b3dcd343e2d5 to your computer and use it in GitHub Desktop.
GhosTTY Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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