Files
dotfiles/ghostty/.config/ghostty/config
2025-12-22 21:21:27 +00:00

34 lines
910 B
Plaintext

# Font
font-family = "JetBrainsMono Nerd Font"
font-style = Regular
font-size = 16
# Window
window-theme = ghostty
window-padding-x = 14
window-padding-y = 14
confirm-close-surface=false
resize-overlay = never
gtk-toolbar-style = flat
# Cursor styling
cursor-style = "block"
cursor-style-blink = false
# Cursor styling + SSH session terminfo
# (all shell integration options must be passed together)
shell-integration-features = no-cursor,ssh-env
# Keyboard bindings
keybind = shift+insert=paste_from_clipboard
keybind = control+insert=copy_to_clipboard
keybind = super+control+shift+alt+arrow_down=resize_split:down,100
keybind = super+control+shift+alt+arrow_up=resize_split:up,100
keybind = super+control+shift+alt+arrow_left=resize_split:left,100
keybind = super+control+shift+alt+arrow_right=resize_split:right,100
theme = Catppuccin Mocha
# Slowdown mouse scrolling
mouse-scroll-multiplier = 0.95