This commit is contained in:
drymer 2017-01-24 12:27:30 +00:00
parent db94b1067d
commit 47161f1f08
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
set -g default-terminal "screen-256color"
set -g prefix C-b
set -g prefix C-a
set-window-option -g xterm-keys on
bind u send-keys C-l \; run-shell "sleep .3s" \; clear-history
set -g status-bg colour235
set -g status-fg colour32
@ -13,6 +14,8 @@ set -g pane-active-border-fg white
setw -g aggressive-resize on
set-option -g status-utf8 on
# Activity monitoring
setw -g monitor-activity on
set -g visual-activity on