Created
January 9, 2025 12:54
-
-
Save andoniabedul/ff9ba3f81c897db783f748c4275c0dff to your computer and use it in GitHub Desktop.
Configuration of ghostty terminal
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
| # theme | |
| background = 000000 | |
| foreground = FC913A | |
| background-opacity = 0.8 | |
| background-blur-radius = 20 | |
| theme = "Fahrenheit" | |
| palette = 6=#E62600 | |
| cursor-style = bar | |
| # font | |
| font-family = "JetBrains Mono NL" | |
| font-size = 14 | |
| # window | |
| macos-titlebar-style = tabs | |
| window-theme = dark | |
| # keybindings | |
| keybind = ctrl+h=goto_split:left | |
| keybind = ctrl+j=goto_split:bottom | |
| keybind = ctrl+k=goto_split:top | |
| keybind = ctrl+l=goto_split:right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment