1
0
Files
dotfiles/home/.tmux.conf

18 lines
419 B
Plaintext
Raw Normal View History

2026-06-07 23:55:44 +01:00
# Switch from ^B to ^A
set -g prefix C-a
unbind-key C-b
bind-key a send-prefix
set -g pane-border-style fg=colour8
set -g pane-active-border-style fg=blue
set -g status-style bg=colour8,fg=blue
set -g default-terminal screen-256color
setw -g xterm-keys on
set -g set-titles on
set -g set-titles-string '#S:#I.#P #W'
# Notifying if other windows have activities
setw -g monitor-activity off
set -g visual-activity on