17 lines
341 B
Bash
17 lines
341 B
Bash
unbind C-b
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|
|
set-option -g history-limit 100000
|
|
|
|
set -g mouse on
|
|
set -g @plugin 'dracula/tmux'
|
|
|
|
set -g @dracula-plugins "cwd git"
|
|
|
|
set -g @dracula-show-left-icon "#S"
|
|
set -g @dracula-git-disable-status true
|
|
|
|
set -g pane-border-lines heavy
|
|
|
|
# tpm - keep at bottom
|
|
run '~/.tmux/plugins/tpm/tpm'
|