btop+tmux

This commit is contained in:
Henrik Bakken
2026-01-27 10:17:55 +01:00
parent 27776b26cd
commit 8fb6d19af1
2 changed files with 73 additions and 51 deletions
+10 -3
View File
@@ -12,9 +12,12 @@ set -g allow-passthrough
set -g history-limit 100000
set -g focus-events on
# screen colors
set -g default-terminal "tmux-256color"
set -sa terminal-features ",xterm-256color:RGB"
# Set the default terminal terminfo
set -g default-terminal "foot"
# True color support (Tc) and undercurl support (Smol)
set -as terminal-overrides ',foot:Tc'
set -as terminal-overrides ',foot:Smol'
# Start with index 1
set -g base-index 1
@@ -77,6 +80,10 @@ bind D choose-client
bind : command-prompt
bind '~' show-messages
# Fix Home and End keys
bind-key -n Home send-keys "\033[H"
bind-key -n End send-keys "\033[F"
# Copy mode
bind c copy-mode