Configuration file for Ghostty. You may want to remove the shell integration section if you don't use Nushell.
0
ghostty-config
47 lines 1.1 kB view raw
1#### THEME #### 2# theme = Duotone Dark 3# theme = embark 4theme = light:terafox,dark:carbonfox 5 6background-opacity = 0.85 7background-opacity-cells = true 8background-blur = true 9 10cursor-style = bar 11 12# Integrate tabs into titlebar 13macos-titlebar-style = tabs 14 15# macos-icon = xray 16# macos-icon = blueprint 17# macos-icon = glass 18macos-icon = holographic 19# macos-icon = paper 20 21#### KEYBINDS #### 22keybind = global:ctrl+option+cmd+shift+s=toggle_quick_terminal 23keybind = global:ctrl+option+cmd+shift+w=toggle_quick_terminal 24keybind = global:ctrl+option+cmd+shift+q=toggle_quick_terminal 25keybind = global:ctrl+option+cmd+shift+e=toggle_quick_terminal 26 27#### SHELL INTEGRATION #### 28command = direct:/opt/homebrew/bin/nu 29 30shell-integration = detect 31shell-integration-features = cursor,sudo,ssh-terminfo,ssh-env 32 33#### SECURITY #### 34# Secure Input 35macos-auto-secure-input = true 36macos-secure-input-indication = true 37 38#### OTHER #### 39link-previews = true 40clipboard-paste-protection = true 41macos-shortcuts = ask 42 43# 15 MiB 44scrollback-limit = 15728640 45 46# Installed via Homebrew 47auto-update = off