Initial version
This commit is contained in:
17
home/.tmux.conf
Normal file
17
home/.tmux.conf
Normal 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
|
||||
Reference in New Issue
Block a user