aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-11-02 13:27:11 -0400
committerMatt Singleton <matt@xcolour.net>2013-11-02 13:29:30 -0400
commitf49652637cd08668316374b6c97547e9905035c6 (patch)
tree09d5257a2ec63ff162a6a9bcc8ec27b6ffc27237 /tmux.conf
parent1198374512dc1d6328f833f39b9a1eec04cb6943 (diff)
add tmux.conf
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..374790b
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,13 @@
+# vi bindings
+set-option -g status-keys vi
+set-window-option -g mode-keys vi
+
+set-window-option -g window-status-current-attr bright
+set -g status-right '#(date "+%H:%M %Z %Y-%m-%d")'
+set -g status-bg white
+set -g status-left " #S@#h "
+set -g status-left-length 15
+set -g status-left-bg green
+set -g status-left-fg white
+set -g set-titles on
+set -g default-terminal "screen-256color"