X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Fscreenrc;h=29ee723a46a14c85622cf56cebd117197bd8835e;hb=dc4eb5bb4a81c8dbe312bd0f79721fe3a3dd6af8;hp=c81be7d2a105a6629d2c68b39080338c84e037fb;hpb=cdbc6052c76e0a46704f1983f813f9bbb2978952;p=grml-etc-core.git diff --git a/etc/grml/screenrc b/etc/grml/screenrc index c81be7d..29ee723 100644 --- a/etc/grml/screenrc +++ b/etc/grml/screenrc @@ -1,9 +1,8 @@ -# Filename: screenrc -# Purpose: config file for GNU screen +# Filename: /etc/grml/screenrc +# Purpose: main configuration file for GNU screen # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Okt 26 11:20:24 CEST 2006 [mika] ################################################################################ backtick 1 0 60 /usr/bin/cpu-screen @@ -11,7 +10,10 @@ caption always "%{+b rk}$USER@%{wk}%H | %{yk}(load: %l |%{rk} cpu: %1` | %{Gk}net: %2`) %-21=%{wk}%D %d.%m.%Y %0c" hardstatus alwayslastline "%{wr}%n%f %t %{kw} | %?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}" -# hardstatus alwayslastline "%{bw}%1`%= " +# switch order of caption and hardstatus: +# hardstatus alwayslastline "%{+b kr}$USER@%{kw}%H | %{ky}(load: %l |%{kr} cpu: %1` | %{kG}net: %2`) %-21=%{kw}%D %d.%m.%Y %0c" +# caption always "%{rw}%n%f %t %{wk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%? %{wk}" + # detach on hangup autodetach on # default: on crlf off # default: off @@ -60,8 +62,12 @@ # them to "nothing" (empty right-hand-side): # bind . dumptermcap # default bind . - bind ^\ - bind \\ +# bind ^\ +# bind \\ + bind . + bind k + bind ^k + bind ^h # 040126 To be able to select windows with n > 9 -> # press "C-a - #" instead of just "C-a #" @@ -94,13 +100,6 @@ # bindkey -k F1 prev # bindkey -k F2 next -# remove some stupid / dangerous key bindings - bind k - bind ^k - bind . - bind ^\ - bind \\ - bind ^h bind h hardcopy # make them better bind 'K' kill @@ -147,3 +146,5 @@ # Welcome the user: echo "welcome BoFH!" + +## END OF FILE #################################################################