2023-08-23 02:44:20 -05:00
|
|
|
# My options
|
|
|
|
|
set -sg escape-time 1 # WSL fix, see https://github.com/microsoft/WSL/issues/5931
|
|
|
|
|
|
|
|
|
|
# List of plugins
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
2023-08-26 15:47:59 -05:00
|
|
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
2023-08-23 02:44:20 -05:00
|
|
|
set -g @plugin 'wfxr/tmux-power'
|
|
|
|
|
|
|
|
|
|
set -g mouse on
|
|
|
|
|
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
|
|