dotfiles/dot_tmux.conf
2023-01-22 17:34:32 +01:00

28 lines
680 B
Plaintext

set-option -g mode-keys vi
unbind C-b
set -g prefix C-a
bind a send-prefix
unbind S
bind S set-window-option synchronize-panes
unbind r
bind r source-file ~/.tmux.conf
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "time"
set -g @dracula-day-month true
set -g @dracula-show-timezone false
set -g @dracula-military-time true
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon session
set -g @dracula-show-location false
set -g @dracula-show-battery false
set -g status-position bottom
# Initialize TMUX plugin manager, keep at end of file
run '~/.tmux/plugins/tpm/tpm'