mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
help adjustments
This commit is contained in:
parent
4a0769261d
commit
d03ab255a4
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
Welcome to GNU Screen Profiles
|
||||
------------------------------
|
||||
|
||||
The main benefits of the screen program is that your session can have
|
||||
multiple windows and keep context between multiple logins. You will also
|
||||
notice the task bar at the bottom that informs you of various system
|
||||
|
@ -19,6 +18,6 @@ C-pgdown Goto next window | F4 Create new window
|
|||
C-shift-del Detach and logout | F6 Close current window
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Note that these bindings have been tested for xterm type terminal such as
|
||||
Note that these bindings have been tested for xterm type terminals such as
|
||||
gnome-terminal, but may need some adjustments elsewhere.
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ bindkey -k k4 process n # F4 | Create new window
|
|||
bindkey -k k6 kill # F6 | Close window
|
||||
|
||||
# Maps for help
|
||||
bindkey -k k1 screen -t help 0 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help (this)
|
||||
bindkey -k k1 screen -t help 0 screen-profiles-helper # F1 | Basic help (this)
|
||||
bindkey -k k2 help # F2 | Advanced help
|
||||
|
||||
# Reload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue