display help.txt by default and some cosmetic changes

This commit is contained in:
Nick Barcet 2008-12-18 00:34:02 +01:00
commit e486a774ef
3 changed files with 11 additions and 7 deletions

1
debian/docs vendored
View file

@ -1 +1,2 @@
README README
doc/help.txt

View file

@ -34,3 +34,6 @@ hardstatus alwayslastline
termcapinfo xterm ti@:te@ termcapinfo xterm ti@:te@
defscrollback 10000 defscrollback 10000
# Default windows
screen -t bash 1
screen -t welcome 0 less /usr/share/doc/screen-profiles/help.txt

View file

@ -6,19 +6,19 @@
escape ^Gg escape ^Gg
# Maps for next and previous windows # Maps for next and previous windows
bindkey "\033[Z" next # Shift-tab | next window bindkey "\033[Z" next # Shift-tab | Next window
bindkey ^[[6;5~ prev # Ctrl-pgup | previous window bindkey ^[[6;5~ prev # C-pgup | Previous window
bindkey ^[[5;5~ next # Ctrl-pgdn | next window bindkey ^[[5;5~ next # C-pgdn | Pext window
# Maps to create and remove windows # Maps to create and remove windows
register n "^g^c ^gA" register n "^g^c ^gA"
bindkey -k k4 process n # F4 | create new window bindkey -k k4 process n # F4 | Create new window
bindkey -k k6 kill # F6 | close window bindkey -k k6 kill # F6 | Close window
# Maps for help # Maps for help
bindkey -k k1 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help bindkey -k k1 less /usr/share/doc/screen-profiles/help.txt # F1 | Basic help (this)
bindkey -k k2 help # F2 | Advanced help bindkey -k k2 help # F2 | Advanced help
# power detach # power detach
register x "^g^d D" register x "^g^d D"
bindkey ^[[3;6~ process x # shift-ctrl-del | Detach and logout bindkey ^[[3;6~ process x # C-shift-del | Detach and logout