From: Iain Patterson Date: Sat, 12 Mar 2011 09:48:25 +0000 (+0000) Subject: Alternate binding for split-pane. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=b3d407096166f16ef25ad3978b28fd9b5143eccb;p=profile.git Alternate binding for split-pane. Use ^\ to split like S. ie use P then \ while holding down control. --- 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 :.+