Files
dotfiles/ghostty/config

35 lines
929 B
Plaintext

theme = Catppuccin Mocha
confirm-close-surface = false
font-family = "Fira Code"
font-size = 13
font-thicken = false
window-save-state = always
# NOTE: This setting removes tabs, rounded borders, and window controls.
# Also makes some of the below macos-titlebar-* things not matter, but
# will take affect if this is set to true.
window-decoration = true
copy-on-select = true
quit-after-last-window-closed = true
quit-after-last-window-closed-delay = 5m
# macos-auto-secure-input = true
# macos-non-native-fullscreen = visible-menu
# macos-titlebar-style = transparent
# macos-titlebar-proxy-icon = hidden
# macos-icon = custom-style
keybind = ctrl+shift+t=toggle_quick_terminal
# Splits
keybind = super+j=goto_split:down
keybind = super+h=goto_split:left
keybind = super+k=goto_split:up
keybind = super+l=goto_split:right
keybind = super+shift+j=goto_split:previous
keybind = super+shift+k=goto_split:next