Files
dotfiles/tmux/tmux.conf
2015-12-06 02:56:51 +01:00

15 lines
302 B
Bash

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