diff --git a/doc/help.txt b/doc/help.txt index 3d52bfd1..d535ac90 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -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. diff --git a/keybindings/common b/keybindings/common index f1fe27f9..7be678c5 100644 --- a/keybindings/common +++ b/keybindings/common @@ -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