mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
use F7 for scrollback mode
This commit is contained in:
parent
6d4e4b6398
commit
cf6a54781f
3 changed files with 8 additions and 4 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,8 +1,12 @@
|
|||
screen-profiles (1.4) UNRELEASED; urgency=low
|
||||
|
||||
*
|
||||
[ Dustin Kirkland ]
|
||||
* profiles/*: Fix tab mangling, LP: #309882; print cpu count in black;
|
||||
remove darker background color of the Ubuntu logo, name, and clock
|
||||
* keybindings/common: use F7 for scrollback mode
|
||||
* doc/help.txt: updated F7 documentation
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jan 2009 15:44:11 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jan 2009 17:39:52 -0600
|
||||
|
||||
screen-profiles (1.3-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ you are currently viewing.
|
|||
|
||||
Key mappings:
|
||||
F2 Create new window | F6 Detach from session
|
||||
F3 Go to prev window | F7 --
|
||||
F3 Go to prev window | F7 Scrollback/copy mode
|
||||
F4 Go to next window | F8 Advanced help
|
||||
F5 Close this window | F9 Basic help (this)
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ bindkey -k k3 prev # F3 | Previous Window
|
|||
bindkey -k k4 next # F4 | Next Window
|
||||
bindkey -k k5 kill # F5 | Close window
|
||||
bindkey -k k6 detach # F6 | Detach from this session
|
||||
# F7
|
||||
bindkey -k k7 copy # F7 | Enter copy/scrollback mode
|
||||
bindkey -k k8 help # F8 | Advanced help/keybindings
|
||||
bindkey -k k9 screen -t help 0 screen-profiles-helper # F9 | Welcome screen
|
||||
# F10 -> 'toolbar' in gnome-terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue