mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/share/byobu/profiles/tmux:
- shift-F11 -> breaks pane out to its own window
This commit is contained in:
parent
13a2a9c483
commit
b6229f2037
2 changed files with 3 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue