Update foot.ini

This commit is contained in:
Fabio Scotto di Santolo
2025-07-22 23:40:55 +02:00
committed by GitHub
parent 7d7c4adb8d
commit 85a7578ebb

View File

@@ -3,7 +3,6 @@
shell=/bin/zsh # Default shell to launch in the terminal shell=/bin/zsh # Default shell to launch in the terminal
font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal font=FiraCode Nerd Font:size=14 # Font family and size used in the terminal
initial-window-size-chars=160x45 # Initial size in character columns x rows initial-window-size-chars=160x45 # Initial size in character columns x rows
#scrollback-lines=10000 # Number of scrollback lines to keep in history
selection-target=clipboard # Copy selected text directly to system clipboard selection-target=clipboard # Copy selected text directly to system clipboard
term=xterm-256color # Terminal type identifier (useful for compatibility) term=xterm-256color # Terminal type identifier (useful for compatibility)
@@ -13,7 +12,8 @@ hide-when-typing=yes # Automatically hide the mouse cursor while
# === Scrollback bar indicator settings === # === Scrollback bar indicator settings ===
[scrollback] [scrollback]
indicator-format=─ %p ─ # Format of scroll indicator (e.g., "─ 50% ─") lines=10000 # Number of scrollback lines to keep in history
indicator-format=percentage # Format of scroll indicator
# === Key bindings === # === Key bindings ===
[key-bindings] [key-bindings]
@@ -27,7 +27,6 @@ clipboard-paste=Control+Shift+v # Paste from clipboard
style=beam # Beam-style (vertical bar) cursor style=beam # Beam-style (vertical bar) cursor
blink=true # Cursor should blink blink=true # Cursor should blink
beam-thickness=3 # Thickness of the beam cursor beam-thickness=3 # Thickness of the beam cursor
color=232634 f2d5cf # Cursor color: background and foreground
# === Catppuccin Frappé color scheme === # === Catppuccin Frappé color scheme ===
[colors] [colors]
@@ -67,4 +66,4 @@ search-box-match=c6d0f5 414559 # Search bar when matches exist (fg bg)
jump-labels=232634 ef9f76 # Color for jump labels (e.g., used in mode switching or fuzzy nav) jump-labels=232634 ef9f76 # Color for jump labels (e.g., used in mode switching or fuzzy nav)
urls=8caaee # Color used to highlight URLs in text urls=8caaee # Color used to highlight URLs in text
cursor=232634 f2d5cf # Cursor color: background and foreground