Fix Foot terminal configuration
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
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
|
#scrollback-lines=10000 # Number of scrollback lines to keep in history
|
||||||
bold-is-bright=yes # Use bright variants of colors for bold text
|
|
||||||
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)
|
||||||
|
|
||||||
@@ -14,15 +13,14 @@ hide-when-typing=yes # Automatically hide the mouse cursor while
|
|||||||
|
|
||||||
# === Scrollback bar indicator settings ===
|
# === Scrollback bar indicator settings ===
|
||||||
[scrollback]
|
[scrollback]
|
||||||
indicator-position=inline # Position of scroll indicator (inline with content)
|
|
||||||
indicator-format=─ %p ─ # Format of scroll indicator (e.g., "─ 50% ─")
|
indicator-format=─ %p ─ # Format of scroll indicator (e.g., "─ 50% ─")
|
||||||
|
|
||||||
# === Key bindings ===
|
# === Key bindings ===
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
page-up=Shift+Page_Up # Scroll up
|
scrollback-up-page=Shift+Page_Up # Scroll up
|
||||||
page-down=Shift+Page_Down # Scroll down
|
scrollback-down-page=Shift+Page_Down # Scroll down
|
||||||
copy=Control+Shift+c # Copy selected text to clipboard
|
clipboard-copy=Control+Shift+c # Copy selected text to clipboard
|
||||||
paste=Control+Shift+v # Paste from clipboard
|
clipboard-paste=Control+Shift+v # Paste from clipboard
|
||||||
|
|
||||||
# === Cursor appearance ===
|
# === Cursor appearance ===
|
||||||
[cursor]
|
[cursor]
|
||||||
|
|||||||
Reference in New Issue
Block a user