add tmux.conf
This commit is contained in:
14
tmux/tmux.conf
Normal file
14
tmux/tmux.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
set -g base-index 1
|
||||
set -s escape-time 0
|
||||
set -g prefix C-a
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
unbind %
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
set -g window-status-current-bg red
|
||||
set -g status-fg white
|
||||
set -g status-bg blue
|
||||
|
||||
setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
Reference in New Issue
Block a user