From 8450840a8a55f2927c4cf4deecda5742b236fa1e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 30 Sep 2011 11:36:47 -0400 Subject: [PATCH] display on vertical split too --- usr/share/byobu/profiles/tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 30c859be..d06e7f4e 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -43,7 +43,7 @@ bind-key -n M-NPage copy-mode \; send-keys NPage bind-key -n M-PPage copy-mode \; send-keys PPage bind-key -n F8 command-prompt -p "(rename-window)" "rename-window %%" bind-key -n F9 new-window -a byobu-config -bind-key -n C-F2 split-window -h +bind-key -n C-F2 display-panes \; split-window -h bind-key -n C-F3 display-panes \; select-pane -L bind-key -n C-F4 display-panes \; select-pane -R bind-key -n S-F2 display-panes \; split-window -v