diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini index d93e4a4..9014fb1 100644 --- a/foot/.config/foot/foot.ini +++ b/foot/.config/foot/foot.ini @@ -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]