Skip to content
Open
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
6 changes: 5 additions & 1 deletion config/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ inactive_tab_background #e06c75
active_tab_background #98c379
inactive_tab_foreground #000000
tab_bar_margin_color black

# Configura el tamaño de la terminal
default_window_width 800
default_window_height 900
# Centra la ventana en la pantalla
window_center true
# Configuración de atajos de teclado personalizados
# Cargar un archivo de configuración
map ctrl+shift+f5 load_config_file
Expand Down