feat(tmux): update tmux config and scripts

This commit is contained in:
2025-12-10 09:08:06 +01:00
parent e65c556cc5
commit 3aa8bd8ff1
4 changed files with 14 additions and 14 deletions

View File

@@ -1,17 +1,19 @@
set -g default-terminal "xterm-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set -ga terminal-overrides ",xterm-256color:RGB"
set -ga terminal-features ",xterm-256color:clipboard"
set -g allow-passthrough on
set -g set-clipboard on
set -s escape-time 0
set-option -g focus-events on
unbind C-b
set-option -g prefix C-s
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
set -g base-index 1
set -g status-style 'bg=#45403d fg=#d4be98'
set -g status-style 'bg=default fg=default'
set -g status-left-length 20
set-window-option -g mode-keys vi