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)'