dotfiles/tmux/.tmux.conf

10 lines
246 B
Text
Raw Normal View History

# 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'