From b3d407096166f16ef25ad3978b28fd9b5143eccb Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 12 Mar 2011 09:48:25 +0000 Subject: [PATCH] Alternate binding for split-pane. Use ^\ to split like S. ie use P then \ while holding down control. --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index c2c3688..abc7286 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -65,6 +65,8 @@ bind = display-panes bind b break-pane # Split another pane into this window. bind B command-prompt -p "Select [.] to join:" 'join-pane -s %1' +# Split vertically. +bind C-\ split-window -v # Next pane. bind i select-pane -t :.+ bind C-i select-pane -t :.+ -- 2.7.4