--- a/.tmux.conf Tue Nov 09 12:08:39 2010 -0500
+++ b/.tmux.conf Fri Nov 12 16:34:38 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
+