dots2/.tmux.conf

11 lines
251 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'
bind -n C-Tab select-window -n
bind -n C-S-Tab select-window -p