* usr/share/byobu/keybindings/f-keys.tmux,

usr/share/byobu/keybindings/f-keys.tmux.disable,
  usr/share/doc/byobu/help.tmux.txt:
  - put all of the status line functions under *-F5
  - put all of the split arrangement functions under *-F8
This commit is contained in:
Dustin Kirkland 2011-12-24 10:31:53 -06:00
commit c03cda56af
4 changed files with 13 additions and 6 deletions

5
debian/changelog vendored
View file

@ -4,6 +4,11 @@ byobu (5.0) unreleased; urgency=low
usr/bin/byobu-select-session, usr/lib/byobu/include/common: usr/bin/byobu-select-session, usr/lib/byobu/include/common:
- bump up to the 5.x series - bump up to the 5.x series
- change default backend from screen to tmux - change default backend from screen to tmux
* usr/share/byobu/keybindings/f-keys.tmux,
usr/share/byobu/keybindings/f-keys.tmux.disable,
usr/share/doc/byobu/help.tmux.txt:
- put all of the status line functions under *-F5
- put all of the split arrangement functions under *-F8
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 18 Dec 2011 21:35:00 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 18 Dec 2011 21:35:00 -0600

View file

@ -50,8 +50,8 @@ bind-key -n C-Down resize-pane -D
bind-key -n C-Left resize-pane -L bind-key -n C-Left resize-pane -L
bind-key -n C-Right resize-pane -R bind-key -n C-Right resize-pane -R
bind-key -n F5 source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc bind-key -n F5 source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
bind-key -n S-F5 next-layout
bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter
bind-key -n C-S-F5 new-window -d "byobu-select-profile -r"
bind-key -n F6 detach bind-key -n F6 detach
bind-key -n S-F6 run-shell 'exec touch $BYOBU_RUN_DIR/no-logout' \; detach bind-key -n S-F6 run-shell 'exec touch $BYOBU_RUN_DIR/no-logout' \; detach
bind-key -n C-F6 kill-pane bind-key -n C-F6 kill-pane
@ -59,9 +59,9 @@ bind-key -n F7 copy-mode
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 new-window -d "byobu-select-profile -r" bind-key -n S-F8 next-layout
bind-key -n C-F8 new-window -k "$BYOBU_PREFIX/lib/byobu/include/layout restore; clear; $SHELL"
bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell '$BYOBU_PREFIX/lib/byobu/include/layout save %%'" bind-key -n C-S-F8 command-prompt -p "Save byobu layout as:" "run-shell '$BYOBU_PREFIX/lib/byobu/include/layout save %%'"
bind-key -n S-F8 new-window -k "$BYOBU_PREFIX/lib/byobu/include/layout restore; clear; $SHELL"
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
bind-key -n C-F11 join-pane -h -s :. -t :-1 bind-key -n C-F11 join-pane -h -s :. -t :-1

View file

@ -48,6 +48,7 @@ unbind-key -n C-Right
unbind-key -n F5 unbind-key -n F5
unbind-key -n S-F5 unbind-key -n S-F5
unbind-key -n C-F5 unbind-key -n C-F5
unbind-key -n C-S-F5
unbind-key -n F6 unbind-key -n F6
unbind-key -n S-F6 unbind-key -n S-F6
unbind-key -n C-F6 unbind-key -n C-F6

View file

@ -17,16 +17,17 @@ and some convenient keybindings:
Shift-Left/Right/Up/Down Move focus among splits Shift-Left/Right/Up/Down Move focus among splits
Ctrl-Left/Right/Up/Down Resize a split Ctrl-Left/Right/Up/Down Resize a split
F5 Reload profile, refresh status F5 Reload profile, refresh status
Shift-F5 Toggle through split arrangements Shift-F5 Toggle through status lines
Ctrl-F5 Reconnect ssh/gpg/dbus sockets Ctrl-F5 Reconnect ssh/gpg/dbus sockets
Ctrl-Shift-F5 Change status bar's color randomly
F6 Detach session and then logout F6 Detach session and then logout
Shift-F6 Detach session and do not logout Shift-F6 Detach session and do not logout
Ctrl-F6 Kill split in focus Ctrl-F6 Kill split in focus
F7 Enter scrollback history F7 Enter scrollback history
Alt-PageUp/PageDown Enter and move through scrollback Alt-PageUp/PageDown Enter and move through scrollback
F8 Change the current window's name F8 Change the current window's name
Ctrl-F8 Change status bar's color randomly Shift-F8 Toggle through split arrangements
Shift-F8 Restore a split-pane layout Ctrl-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 *