e0f13b88e80e

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Nov 2010 16:34:45 -0500
parents 07cddbf20fb8 (diff) 80e8bc166d00 (current diff)
children c4d3b4507707
branches/tags (none)
files

Changes

--- a/.tmux.conf	Thu Nov 11 18:27:38 2010 -0500
+++ b/.tmux.conf	Fri Nov 12 16:34:45 2010 -0500
@@ -3,10 +3,10 @@
 bind C-j send-prefix
 
 setw -g mode-keys vi
-bind h select-pane -L
-bind j select-pane -D
-bind k select-pane -U
-bind l select-pane -R
+bind C-h select-pane -L
+bind C-j select-pane -D
+bind C-k select-pane -U
+bind C-l select-pane -R
 
 unbind [
 bind Escape copy-mode
@@ -30,3 +30,7 @@
 # pane borders
 set-option -g pane-border-fg white
 set-option -g pane-active-border-fg magenta
+
+bind s split-window -v
+bind v split-window -h
+