* usr/share/byobu/profiles/tmux:

- shift-F11 -> breaks pane out to its own window
This commit is contained in:
Dustin Kirkland 2011-10-27 07:49:55 -05:00
commit b6229f2037
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Wed, 26 Oct 2011 10:05:01 -0500

View file

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