# HG changeset patch # User Steve Losh # Date 1289597678 18000 # Node ID 07cddbf20fb8c5faf7616ae1c7c4070de1edab0a # Parent a91f097c8c1c368ff35c93cbba21a3b105673fcb tmux: bindings diff -r a91f097c8c1c -r 07cddbf20fb8 .tmux.conf --- 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 +