Fix Foot terminal configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-07-15 22:02:05 +02:00
parent c9345f9140
commit c76d6eef8f

View File

@@ -3,8 +3,7 @@
shell=/bin/zsh # Default shell to launch 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
scrollback-lines=10000 # Number of scrollback lines to keep in history
bold-is-bright=yes # Use bright variants of colors for bold text
#scrollback-lines=10000 # Number of scrollback lines to keep in history
selection-target=clipboard # Copy selected text directly to system clipboard
term=xterm-256color # Terminal type identifier (useful for compatibility)
@@ -14,15 +13,14 @@ hide-when-typing=yes # Automatically hide the mouse cursor while
# === Scrollback bar indicator settings ===
[scrollback]
indicator-position=inline # Position of scroll indicator (inline with content)
indicator-format=─ %p ─ # Format of scroll indicator (e.g., "─ 50% ─")
# === Key bindings ===
[key-bindings]
page-up=Shift+Page_Up # Scroll up
page-down=Shift+Page_Down # Scroll down
copy=Control+Shift+c # Copy selected text to clipboard
paste=Control+Shift+v # Paste from clipboard
scrollback-up-page=Shift+Page_Up # Scroll up
scrollback-down-page=Shift+Page_Down # Scroll down
clipboard-copy=Control+Shift+c # Copy selected text to clipboard
clipboard-paste=Control+Shift+v # Paste from clipboard
# === Cursor appearance ===
[cursor]