Last active 3 days ago

.tmux.conf Raw
1set -g mouse on
2set -g history-limit 5000000
3set -g base-index 1
4setw -g pane-base-index 1
5set -g default-terminal "tmux-256color"
6set -as terminal-features ",xterm-256color:RGB"
7set -g status-style bg=purple,fg=black
8set -g pane-border-style bg=black,fg=white
9set -g pane-active-border-style bg=black,fg=purple
10