14 lines
302 B
Bash
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
|