1
0

Initial version

This commit is contained in:
2026-06-07 23:55:44 +01:00
commit c5b1ca05a1
8 changed files with 263 additions and 0 deletions

17
home/.tmux.conf Normal file
View File

@@ -0,0 +1,17 @@
# 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