2024-09-13 17:35:03 -04:00
|
|
|
unbind C-b
|
|
|
|
set -g prefix C-o
|
|
|
|
|
|
|
|
set -g mouse on
|
|
|
|
set -g set-titles on
|
|
|
|
set -g set-titles-string "[#S] #W@#h (#I)"
|
|
|
|
set -g status-right ""
|
|
|
|
set -g default-terminal "screen-256color"
|
|
|
|
|
|
|
|
bind-key X kill-session
|
|
|
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
|
|
set -g @plugin 'dracula/tmux'
|
|
|
|
|
2024-10-10 15:43:59 -04:00
|
|
|
# dracula: https://draculatheme.com/tmux
|
|
|
|
set -g @dracula-plugins "battery ssh-session"
|
2024-09-13 17:35:03 -04:00
|
|
|
set -g @dracula-show-battery true
|
|
|
|
set -g @dracula-show-fahrenheit false
|
|
|
|
set -g @dracula-show-left-icon session
|
|
|
|
set -g @dracula-show-powerline true
|
|
|
|
|
|
|
|
run '~/.config/tmux/plugins/tpm/tpm'
|