mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
Merge 696732b056
into 9865162cbf
This commit is contained in:
commit
9ac8efa123
3 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,7 @@ bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell \"byobu-
|
|||
bind-key -n F9 new-window -k -n config byobu-config
|
||||
bind-key -n S-F9 command-prompt -p "Send command to all panes:" "run-shell \"$BYOBU_PREFIX/lib/byobu/include/tmux-send-command-to-all-panes '%%'\""
|
||||
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-F9 display-panes \; setw synchronize-panes
|
||||
bind-key -n M-F11 break-pane
|
||||
bind-key -n C-F11 join-pane -h -s :. -t :-1
|
||||
bind-key -n S-F11 resize-pane -Z
|
||||
|
|
|
@ -72,6 +72,7 @@ unbind-key -n C-S-F8
|
|||
unbind-key -n M-S-F8
|
||||
unbind-key -n S-F8
|
||||
unbind-key -n F9
|
||||
unbind-key -n M-F9
|
||||
unbind-key -n S-F9
|
||||
unbind-key -n C-F9
|
||||
unbind-key -n M-F11
|
||||
|
|
|
@ -36,6 +36,7 @@ and some convenient keybindings:
|
|||
F9 Launch byobu-config window
|
||||
Ctrl-F9 Enter command and run in all windows
|
||||
Shift-F9 Enter command and run in all splits
|
||||
Alt-F9 Send keyboard input to all splits toggle
|
||||
F10 * Used by X11 *
|
||||
F11 * Used by X11 *
|
||||
Alt-F11 Expand split to a full window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue