13 lines
276 B
Text
13 lines
276 B
Text
|
|
# 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 'wfxr/tmux-power'
|
||
|
|
|
||
|
|
set -g mouse on
|
||
|
|
|
||
|
|
run '~/.tmux/plugins/tpm/tpm'
|
||
|
|
|