mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable, usr/share/doc/byobu/help.tmux.txt: - change the rarely used Ctrl-F8 keybinding to rename the current session - move the restore-a-split-layout to Shift-Alt-F8
This commit is contained in:
parent
7cbd3eb6f8
commit
0c7fe8b772
4 changed files with 11 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -2,6 +2,12 @@ byobu (5.70) unreleased; urgency=low
|
|||
|
||||
* usr/share/byobu/keybindings/f-keys.tmux:
|
||||
- fix navigation among sessions
|
||||
* usr/share/byobu/keybindings/f-keys.tmux,
|
||||
usr/share/byobu/keybindings/f-keys.tmux.disable,
|
||||
usr/share/doc/byobu/help.tmux.txt:
|
||||
- change the rarely used Ctrl-F8 keybinding to rename the current
|
||||
session
|
||||
- move the restore-a-split-layout to Shift-Alt-F8
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 17 Dec 2013 14:27:43 -0700
|
||||
|
||||
|
|
|
@ -66,8 +66,9 @@ bind-key -n S-F7 capture-pane -S -32768 \; save-buffer "$BYOBU_RUN_DIR/printscre
|
|||
bind-key -n M-NPage copy-mode \; send-keys NPage
|
||||
bind-key -n M-PPage copy-mode \; send-keys PPage
|
||||
bind-key -n F8 command-prompt -p "(rename-window) " "rename-window '%%'"
|
||||
bind-key -n C-F8 command-prompt -p "(rename-session) " "rename-session '%%'"
|
||||
bind-key -n S-F8 next-layout
|
||||
bind-key -n C-F8 new-window -k "byobu-layout restore; clear; $SHELL"
|
||||
bind-key -n M-S-F8 new-window -k "byobu-layout restore; clear; $SHELL"
|
||||
bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell \"byobu-layout save '%%'\""
|
||||
bind-key -n F9 new-window -k -n config byobu-config
|
||||
bind-key -n M-F11 break-pane
|
||||
|
|
|
@ -69,6 +69,7 @@ unbind-key -n M-PPage
|
|||
unbind-key -n F8
|
||||
unbind-key -n C-F8
|
||||
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-F11
|
||||
|
|
|
@ -29,8 +29,9 @@ and some convenient keybindings:
|
|||
Alt-PageUp/PageDown Enter and move through scrollback
|
||||
Shift-F7 Save history to $BYOBU_RUN_DIR/printscreen
|
||||
F8 Rename the current window
|
||||
Ctrl-F8 Rename the current session
|
||||
Shift-F8 Toggle through split arrangements
|
||||
Ctrl-F8 Restore a split-pane layout
|
||||
Alt-Shift-F8 Restore a split-pane layout
|
||||
Ctrl-Shift-F8 Save the current split-pane layout
|
||||
F9 Launch byobu-config window
|
||||
F10 * Used by X11 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue