datcode/data/tmux/tmux.conf

18 lines
341 B
Text
Raw Permalink Normal View History

2026-07-17 15:57:16 +02:00
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'