From b6229f2037e7ca8ca10045d3207579fd5a15a10b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 27 Oct 2011 07:49:55 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - shift-F11 -> breaks pane out to its own window --- debian/changelog | 3 ++- usr/share/byobu/profiles/tmux | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f01260c..30cea5bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.45) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - shift-F11 -> breaks pane out to its own window -- Dustin Kirkland Wed, 26 Oct 2011 10:05:01 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 8e878100..f95508d4 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -63,6 +63,7 @@ bind-key -n M-left previous-window bind-key -n M-right next-window bind-key -n M-Up choose-session \; send-keys Up \; send-keys Enter bind-key -n M-Down choose-session \; send-keys Down \; send-keys Enter +bind-key -n S-F11 break-pane set-option -g set-titles on set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'