dots2/.tmux.conf
2025-01-10 18:29:14 +01:00

14 lines
302 B
Bash

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin "nordtheme/tmux"
run '~/.tmux/plugins/tpm/tpm'
set-option -a terminal-features 'foot:RGB'
set-option -g prefix C-s
bind-key C-s send-prefix
bind -n C-Tab select-window -n
bind -n C-S-Tab select-window -p