Skip to content

Instantly share code, notes, and snippets.

@AlbertoBarrago
Created July 16, 2026 13:53
Show Gist options
  • Select an option

  • Save AlbertoBarrago/9d0e9d88fa1f491ade9a4ee0a4d656c6 to your computer and use it in GitHub Desktop.

Select an option

Save AlbertoBarrago/9d0e9d88fa1f491ade9a4ee0a4d656c6 to your computer and use it in GitHub Desktop.
Copy & Print inside ghoosty settings
# -----------------------------------------------------------------------------
# FONT & RENDERING
# -----------------------------------------------------------------------------
font-family = "JetBrainsMono Nerd Font"
font-size = 13
font-thicken = true
# Migliora la leggibilità su display Retina del Mac
font-thicken-strength = 100
# Spaziatura verticale (sostituisce adjust-line-height)
adjust-cell-height = 25%
window-colorspace = "display-p3"
# -----------------------------------------------------------------------------
# VISUALS
# -----------------------------------------------------------------------------
# Unix Field Guide palette, aligned with Neovim.
background = #0d0f14
foreground = #c8d0e8
selection-foreground = #e8eeff
selection-background = #1a2040
cursor-color = #5aff8f
cursor-text = #0d0f14
palette = 0=#0d0f14
palette = 1=#ff5a7a
palette = 2=#5aff8f
palette = 3=#ffcc5a
palette = 4=#7b8cff
palette = 5=#ff5aaa
palette = 6=#5af0ff
palette = 7=#c8d0e8
palette = 8=#4a5270
palette = 9=#ff7b5a
palette = 10=#79ffab
palette = 11=#ffd879
palette = 12=#9aa6ff
palette = 13=#ff79bd
palette = 14=#83f4ff
palette = 15=#e8eeff
cursor-style = block
cursor-style-blink = false
macos-titlebar-style = transparent
# Keep contrast high for Neovim diagnostics and Git diff colors.
background-opacity = 1
background-blur = false
# Padding per dare respiro al codice
window-padding-x = 12
window-padding-y = 10
window-padding-balance = true
# -----------------------------------------------------------------------------
# CLIPBOARD & INTEGRATION (Fix per Neovim ggyG)
# -----------------------------------------------------------------------------
clipboard-read = allow
clipboard-write = allow
copy-on-select = clipboard
# Shell integration per gestire meglio sudo e cursori
shell-integration = detect
shell-integration-features = no-cursor,sudo
# -----------------------------------------------------------------------------
# KEYBINDINGS (Power User)
# -----------------------------------------------------------------------------
# Il tuo toggle globale (obbligatorio)
keybind = global:cmd+grave_accent=toggle_visibility
# Mapping Option come Alt (fondamentale per muoversi velocemente in Neovim)
macos-option-as-alt = left
# Gestione dinamica del font (Cmd + / Cmd - / Cmd 0)
keybind = cmd+plus=increase_font_size:1
keybind = cmd+minus=decrease_font_size:1
keybind = cmd+zero=reset_font_size
# Split intelligenti (stile iTerm/TMUX)
keybind = cmd+d=new_split:right
keybind = cmd+shift+d=new_split:down
# Altre utility
window-save-state = always
quit-after-last-window-closed = true
mouse-hide-while-typing = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment