dotfiles/tmux/.tmux.conf

12 lines
265 B
Text
Raw Permalink Normal View History

# More logical (to me) split keys.
bind - split-window -v -l 38%
bind | split-window -h -l 38%
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'