tmux and startup tmux with theme

This commit is contained in:
2026-01-15 08:24:40 +01:00
parent 2fba16848e
commit ec44f7a597
24 changed files with 355 additions and 872 deletions

13
tmux/tmux.conf Normal file
View File

@@ -0,0 +1,13 @@
set-option -sg escape-time 10
set-option -g focus-events on
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set-option -g default-command /bin/zsh
setw -g mode-keys vi
bind c new-window -c "#{pane_current_path}"
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel