git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422d354
)
Alternate binding for split-pane.
author
Iain Patterson
<me@iain.cx>
Sat, 12 Mar 2011 09:48:25 +0000
(09:48 +0000)
committer
Iain Patterson
<me@iain.cx>
Sat, 12 Mar 2011 09:49:47 +0000
(09:49 +0000)
Use ^\ to split like S. ie use P then \ while holding down control.
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
c2c3688
..
abc7286
100644
(file)
--- 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 [<window>.]<pane> 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 :.+