help adjustments

This commit is contained in:
Nick Barcet 2008-12-21 21:24:02 +01:00
commit d03ab255a4
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View file

@ -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