2019-05-02 01:21:48 +00:00
|
|
|
# More logical (to me) split keys.
|
|
|
|
bind - split-window -p 38 -v
|
|
|
|
bind | split-window -p 38 -h
|
|
|
|
|
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-03-24 13:57:52 +00:00
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|