18 lines
341 B
Text
18 lines
341 B
Text
|
|
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'
|