Fix configurations for foot and lazyvim

This commit is contained in:
Fabio Scotto di Santolo
2025-07-24 18:06:27 +02:00
parent a5757dd756
commit 963e64a260
2 changed files with 10 additions and 21 deletions

View File

@@ -7,24 +7,17 @@ selection-target=clipboard # Copy selected text directly to system
term=foot # Terminal type identifier (useful for compatibility)
dpi-aware=yes # Ensures the terminal scales correctly on high-DPI displays
pad=8x8 # Adds 8-pixel padding around the content (horizontal x vertical)
server=yes # Enables Foot's server mode for faster subsequent launches
---
# === Mouse settings ===
[mouse]
hide-when-typing=yes # Automatically hide the mouse cursor while typing
alternate-scroll-mode=no # Preserves scrollback history when applications exit (does not use alternate screen buffer)
---
# === Scrollback bar indicator settings ===
[scrollback]
lines=10000 # Number of scrollback lines to keep in history
indicator-format=percentage # Format of scroll indicator (e.g., "50%")
---
# === Key bindings ===
[key-bindings]
scrollback-up-page=Shift+Page_Up # Scroll up one page
@@ -33,16 +26,12 @@ clipboard-copy=Control+Shift+c # Copy selected text to clipboard
clipboard-paste=Control+Shift+v # Paste from clipboard
show-urls-launch=Control+Shift+o # Detects and allows launching URLs found in the terminal output
---
# === Cursor appearance ===
[cursor]
style=beam # Beam-style (vertical bar) cursor
blink=true # Cursor should blink
beam-thickness=3 # Thickness of the beam cursor
---
# === Catppuccin Mocha color scheme ===
[colors]
cursor=11111b f5e0dc # Cursor color (background and foreground)