dotfiles/tmux/tmux.conf
2022-05-07 23:08:30 -07:00

20 lines
417 B
Plaintext

unbind C-b
set -g prefix C-a
unbind r
bind r source-file ~/.config/tmux/tmux.conf
bind h split-window -v
bind v split-window -h
# set -g mouse on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @dracula-show-powerline true
set -g @dracula-show-left-icon session
set -g @dracula-plugins "cpu-usage ram-usage"
run '~/.config/tmux/plugins/tpm/tpm'