]> err.no Git - dotfiles/commitdiff
Add tmux config
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 7 Jan 2012 18:21:30 +0000 (18:21 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 7 Jan 2012 18:21:30 +0000 (18:21 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1506 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

tmux.conf [new file with mode: 0644]

diff --git a/tmux.conf b/tmux.conf
new file mode 100644 (file)
index 0000000..3814ff8
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,17 @@
+set -g status-bg colour109
+set -g status-right "[#T]"
+setw -g window-status-current-bg white
+
+set -g prefix C-v
+unbind C-b
+bind v send-prefix
+
+bind C-v last-window
+
+bind -n C-Right next-window
+bind -n C-Left previous-window
+
+bind -n C-Up select-pane -U
+bind -n C-Down select-pane -D
+bind | split-window -h
+bind - split-window -v
\ No newline at end of file