07cddbf20fb8

tmux: bindings
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Nov 2010 16:34:38 -0500
parents a91f097c8c1c
children e0f13b88e80e
branches/tags (none)
files .tmux.conf

Changes

--- 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
+