From 8ebacbbe7b16c39f3106be92498841efa4404454 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 18 Mar 2014 23:13:31 +0900 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys.tmux, usr/share/doc/byobu/help.tmux.txt: LP: #1294139 - change Shift-F11 to zoom in/out of splits --- debian/changelog | 3 +++ usr/share/byobu/keybindings/f-keys.tmux | 2 +- usr/share/doc/byobu/help.tmux.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 595e8517..a30744da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ byobu (5.76) unreleased; urgency=medium * usr/share/byobu/profiles/tmux: - use nice, subtle, thin pane border, a separate color from the active highlighted one + * usr/share/byobu/keybindings/f-keys.tmux, + usr/share/doc/byobu/help.tmux.txt: LP: #1294139 + - change Shift-F11 to zoom in/out of splits -- Dustin Kirkland Mon, 17 Mar 2014 13:00:04 +0900 diff --git a/usr/share/byobu/keybindings/f-keys.tmux b/usr/share/byobu/keybindings/f-keys.tmux index c5ec0113..0b72b231 100644 --- a/usr/share/byobu/keybindings/f-keys.tmux +++ b/usr/share/byobu/keybindings/f-keys.tmux @@ -75,7 +75,7 @@ bind-key -n S-F9 command-prompt -p "Send command to all panes:" "run-shell \"$BY bind-key -n C-F9 command-prompt -p "Send command to all windows:" "run-shell \"$BYOBU_PREFIX/lib/byobu/include/tmux-send-command-to-all-windows '%%'\"" bind-key -n M-F11 break-pane bind-key -n C-F11 join-pane -h -s :. -t :-1 -bind-key -n S-F11 join-pane -v -s :. -t :-1 +bind-key -n S-F11 resize-pane -Z bind-key -n S-F12 source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable \; display-message "Byobu F-keys: DISABLED" bind-key -n C-S-F12 new-window $BYOBU_PREFIX/lib/byobu/include/mondrian bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable diff --git a/usr/share/doc/byobu/help.tmux.txt b/usr/share/doc/byobu/help.tmux.txt index 147375d1..277b4ba1 100644 --- a/usr/share/doc/byobu/help.tmux.txt +++ b/usr/share/doc/byobu/help.tmux.txt @@ -39,7 +39,7 @@ and some convenient keybindings: F10 * Used by X11 * F11 * Used by X11 * Alt-F11 Expand split to a full window - Shift-F11 Join window into a horizontal split + Shift-F11 Zoom into a split, zoom out of a split Ctrl-F11 Join window into a vertical split F12 Escape sequence Shift-F12 Toggle on/off Byobu's keybindings