From cb52cc156b21e45c840b0c717f06f41f255e1605 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 6 Dec 2015 02:56:51 +0100 Subject: [PATCH] add tmux.conf --- tmux/tmux.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..98f9bf1 --- /dev/null +++ b/tmux/tmux.conf @@ -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