11 lines
265 B
Bash
11 lines
265 B
Bash
# More logical (to me) split keys.
|
|
bind - split-window -v -l 38%
|
|
bind | split-window -h -l 38%
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin "arcticicestudio/nord-tmux"
|
|
|
|
set -g mouse on
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|