* 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:
Dustin Kirkland 2014-01-16 17:23:01 -06:00
commit 0c7fe8b772
4 changed files with 11 additions and 2 deletions

6
debian/changelog vendored
View file

@ -2,6 +2,12 @@ byobu (5.70) unreleased; urgency=low
* usr/share/byobu/keybindings/f-keys.tmux: * usr/share/byobu/keybindings/f-keys.tmux:
- fix navigation among sessions - 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 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 17 Dec 2013 14:27:43 -0700

View file

@ -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-NPage copy-mode \; send-keys NPage
bind-key -n M-PPage copy-mode \; send-keys PPage bind-key -n M-PPage copy-mode \; send-keys PPage
bind-key -n F8 command-prompt -p "(rename-window) " "rename-window '%%'" 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 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 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 F9 new-window -k -n config byobu-config
bind-key -n M-F11 break-pane bind-key -n M-F11 break-pane

View file

@ -69,6 +69,7 @@ unbind-key -n M-PPage
unbind-key -n F8 unbind-key -n F8
unbind-key -n C-F8 unbind-key -n C-F8
unbind-key -n C-S-F8 unbind-key -n C-S-F8
unbind-key -n M-S-F8
unbind-key -n S-F8 unbind-key -n S-F8
unbind-key -n F9 unbind-key -n F9
unbind-key -n M-F11 unbind-key -n M-F11

View file

@ -29,8 +29,9 @@ and some convenient keybindings:
Alt-PageUp/PageDown Enter and move through scrollback Alt-PageUp/PageDown Enter and move through scrollback
Shift-F7 Save history to $BYOBU_RUN_DIR/printscreen Shift-F7 Save history to $BYOBU_RUN_DIR/printscreen
F8 Rename the current window F8 Rename the current window
Ctrl-F8 Rename the current session
Shift-F8 Toggle through split arrangements 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 Ctrl-Shift-F8 Save the current split-pane layout
F9 Launch byobu-config window F9 Launch byobu-config window
F10 * Used by X11 * F10 * Used by X11 *