13 lines
316 B
Bash
13 lines
316 B
Bash
# 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'
|
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
set -g @plugin 'wfxr/tmux-power'
|
|
|
|
set -g mouse on
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|