# HG changeset patch # User Steve Losh # Date 1289597685 18000 # Node ID e0f13b88e80e6e65d9e57ea9906b5792ef2c940b # Parent 07cddbf20fb8c5faf7616ae1c7c4070de1edab0a# Parent 80e8bc166d003af6e0805faa82508df1fdef9ecb Merge. diff -r 80e8bc166d00 -r e0f13b88e80e .tmux.conf --- 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 +