2019-05-02 01:21:48 +00:00
|
|
|
# More logical (to me) split keys.
|
2024-08-31 22:52:12 +00:00
|
|
|
bind - split-window -v -l 38%
|
|
|
|
bind | split-window -h -l 38%
|
2019-05-02 01:21:48 +00:00
|
|
|
|
2023-03-24 13:57:52 +00:00
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
|
|
set -g @plugin "arcticicestudio/nord-tmux"
|
2020-06-22 12:27:31 +00:00
|
|
|
|
2023-04-11 05:14:01 +00:00
|
|
|
set -g mouse on
|
|
|
|
|
2023-03-24 13:57:52 +00:00
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|