From 31f0247aa66c235a16ce657ff786bbb4281cfcb3 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 7 Jan 2012 18:21:30 +0000 Subject: [PATCH] Add tmux config git-svn-id: file:///svn/tfheen/trunk/dotfiles@1506 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- tmux.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tmux.conf 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 -- 2.39.5