Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions terminal/ghostty/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Font (Nerd Font para iconos de opencode / claude-code)
# Font (Nerd Font for opencode / claude-code glyphs)
font-family = JetBrainsMono Nerd Font Mono
font-size = 12

# Tema (lista completa: `ghostty +list-themes`)
# Theme (full list: `ghostty +list-themes`)
theme = Catppuccin Mocha

# UX
Expand All @@ -11,7 +11,7 @@ window-padding-x = 8
window-padding-y = 8
mouse-hide-while-typing = true

# Confirmación al cerrar si hay procesos vivos (evita matar sesiones tmux por error)
# Confirm before close if live processes exist (prevents accidental tmux session kills)
confirm-close-surface = true

# Shell se autodetecta desde $SHELL — no override
# Shell autodetected from $SHELL — no override
Loading