Created
December 11, 2025 16:49
-
-
Save ljahier/d8b21e7f8d8fc8a7df34e3aed5cca041 to your computer and use it in GitHub Desktop.
my 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
| background-opacity = 0.9 | |
| cursor-style = block | |
| font-size = 10 | |
| term = xterm-256color | |
| shell-integration = fish | |
| shell-integration-features = no-cursor,sudo,no-title | |
| macos-option-as-alt = left | |
| clipboard-write = ask | |
| clipboard-read = ask | |
| copy-on-select = clipboard | |
| scrollback-limit = 4294967296 | |
| font-family = "SF Mono" | |
| theme = nord | |
| # keybindingss | |
| keybind = cmd+s>r=reload_config | |
| keybind = global:cmd+@=toggle_quick_terminal | |
| keybind = ctrl+l=clear_screen | |
| keybind = opt+left=esc:b | |
| keybind = opt+right=esc:f | |
| keybind = shift+enter=text:\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment