pgr-linux-defaults/.tmux.conf

18 lines
457 B
Plaintext

bind -r h resize-pane -L 2
bind -r j resize-pane -D 2
bind -r k resize-pane -U 2
bind -r l resize-pane -R 2
#Tmux Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage ram-usage git time"
set -g @dracula-day-month true
set -g @dracula-show-fahrenheit false
set -g @dracula-day-month true
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'