Files
nixos/modules/non-nix_configs/ghostty/config
T
2025-05-20 14:55:57 +02:00

38 lines
739 B
Plaintext

# The syntax is "key = value". The whitespace around the equals doesn't matter.
keybind = ctrl+shift+w=close_surface
keybind = ctrl+t=new_tab
keybind = ctrl+tab=next_tab
keybind = ctrl+shift+tab=previous_tab
keybind = ctrl+shift+n=new_window
keybind = ctrl+shift+o=ignore
# Window Stuff
background-opacity=0.9
confirm-close-surface = false
window-theme = dark
window-decoration = false
# Linux Specific
gtk-wide-tabs = true
# MacOS Specific
#macos-non-native-fullscreen = true
# Font
font-size = 14
font-family = JetBrainsMono NF
# Theme
# theme = Grape
# theme = Bright Lights
theme = tokyonight
# theme = Purple Rain
# theme = Mariana
# Cursor And Mouse
cursor-style = block
cursor-color = #ffffff
mouse-hide-while-typing = true