From e486a774ef1434a1a8e37d9b7a021dceb1873bab Mon Sep 17 00:00:00 2001 From: Nick Barcet Date: Thu, 18 Dec 2008 00:34:02 +0100 Subject: [PATCH] display help.txt by default and some cosmetic changes --- debian/docs | 1 + profiles/common | 3 +++ profiles/ubuntu.key | 14 +++++++------- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/docs b/debian/docs index e845566c..6f2ee2ed 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README +doc/help.txt diff --git a/profiles/common b/profiles/common index 50c18f7d..f3085646 100644 --- a/profiles/common +++ b/profiles/common @@ -34,3 +34,6 @@ hardstatus alwayslastline termcapinfo xterm ti@:te@ defscrollback 10000 +# Default windows +screen -t bash 1 +screen -t welcome 0 less /usr/share/doc/screen-profiles/help.txt diff --git a/profiles/ubuntu.key b/profiles/ubuntu.key index 31ea6088..96e85c1d 100644 --- a/profiles/ubuntu.key +++ b/profiles/ubuntu.key @@ -6,19 +6,19 @@ escape ^Gg # Maps for next and previous windows -bindkey "\033[Z" next # Shift-tab | next window -bindkey ^[[6;5~ prev # Ctrl-pgup | previous window -bindkey ^[[5;5~ next # Ctrl-pgdn | next window +bindkey "\033[Z" next # Shift-tab | Next window +bindkey ^[[6;5~ prev # C-pgup | Previous window +bindkey ^[[5;5~ next # C-pgdn | Pext window # Maps to create and remove windows register n "^g^c ^gA" -bindkey -k k4 process n # F4 | create new window -bindkey -k k6 kill # F6 | close window +bindkey -k k4 process n # F4 | Create new window +bindkey -k k6 kill # F6 | Close window # 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 # power detach 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