Files
ccl-nixos-dotfiles/modules/cmd/misc/tmux.conf
2025-04-13 15:09:14 +08:00

10 lines
275 B
Bash

set-option -g mouse on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin "janoamaral/tokyo-night-tmux#legacy"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'