dotfiles/tmux/.tmux.conf

11 lines
263 B
Bash

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