X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fscreenrc.in;h=de785d600e397a87b30a3c757b7a2dd2ffaa31ae;hb=eeb98a38df65b59ebb5a235f541f30cd3f9c0c0b;hp=0ac4b7c7d5bd5a5c6dd2bd2b79134d57ba6f8842;hpb=239120feaa158bbb530d41c52ecca47415d85aec;p=config%2Fdotfiles.git diff --git a/shell/screenrc.in b/shell/screenrc.in index 0ac4b7c..de785d6 100644 --- a/shell/screenrc.in +++ b/shell/screenrc.in @@ -74,8 +74,8 @@ unsetenv s # Always display the status line with open windows and the hostname. setenv s "$s%Lw" # - number and names of windows, L displays window flags setenv s "$s%=" # - right align the following text -setenv s "$s " # - space -setenv s "$s%H" # - hostname +setenv s "$s " # - space (REMOTE) +setenv s "$s%H" # - hostname (REMOTE) setenv s "$s " # - space (TEMPERATURE) setenv s "$s%2`" # - temperature (TEMPERATURE) setenv s "$s " # - space (BATTERY) @@ -101,6 +101,11 @@ bind ^Q # xon bind q # xon bind ^G # visual bell bind D # power detach +bind M # monitor +bind _ # silence +bind H # log +bind L # login +bind . # dumptermcap # Bindings for fast switching to windows 10 to 19. Thanks to skizzhg in # #screen on Freenode (2010-10-31 21:49 CET) for the suggestion.