mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* 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
This commit is contained in:
parent
a005f8f5da
commit
8ebacbbe7b
3 changed files with 5 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -3,6 +3,9 @@ byobu (5.76) unreleased; urgency=medium
|
||||||
* usr/share/byobu/profiles/tmux:
|
* usr/share/byobu/profiles/tmux:
|
||||||
- use nice, subtle, thin pane border, a separate color from the active
|
- use nice, subtle, thin pane border, a separate color from the active
|
||||||
highlighted one
|
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 <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:04 +0900
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Mar 2014 13:00:04 +0900
|
||||||
|
|
||||||
|
|
|
@ -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 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 M-F11 break-pane
|
||||||
bind-key -n C-F11 join-pane -h -s :. -t :-1
|
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 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 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
|
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable
|
||||||
|
|
|
@ -39,7 +39,7 @@ and some convenient keybindings:
|
||||||
F10 * Used by X11 *
|
F10 * Used by X11 *
|
||||||
F11 * Used by X11 *
|
F11 * Used by X11 *
|
||||||
Alt-F11 Expand split to a full window
|
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
|
Ctrl-F11 Join window into a vertical split
|
||||||
F12 Escape sequence
|
F12 Escape sequence
|
||||||
Shift-F12 Toggle on/off Byobu's keybindings
|
Shift-F12 Toggle on/off Byobu's keybindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue