Add .tmux.conf
authorColin Patrick McCabe <cmccabe@nvidia.com>
Tue, 11 Oct 2011 21:03:35 +0000 (14:03 -0700)
committerColin Patrick McCabe <cmccabe@nvidia.com>
Tue, 11 Oct 2011 21:03:35 +0000 (14:03 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.tmux.conf [new file with mode: 0644]

diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644 (file)
index 0000000..e15bb48
--- /dev/null
@@ -0,0 +1,22 @@
+# use control-K as the prefix
+set -g prefix C-k
+unbind C-b
+bind C-k send-prefix
+
+set-window-option -g mode-keys vi
+set-option -g status-keys vi
+set-window-option -g utf8 on
+set-window-option -g mode-mouse on # enable mouse
+
+set -g visual-bell off
+
+bind-key -n F6 prev
+bind-key -n F7 next
+
+set-option -g status-utf8 on
+set-option -g status-bg blue
+set-option -g status-fg white
+set-option -g status-interval 5
+set-option -g visual-activity off 
+set-window-option -g monitor-activity on
+set-window-option -g window-status-current-fg cyan