From: tfheen Date: Sat, 7 Jan 2012 18:21:30 +0000 (+0000) Subject: Add tmux config X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f0247aa66c235a16ce657ff786bbb4281cfcb3;p=dotfiles Add tmux config git-svn-id: file:///svn/tfheen/trunk/dotfiles@1506 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/tmux.conf b/tmux.conf new file mode 100644 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