Files
dotfiles/.tmux.conf
1jamesthompson1 f3abc8e78b init basics
2025-09-24 19:38:27 +12:00

9 lines
283 B
Bash

set-window-option -g mode-keys vi
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'