X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fscreenrc.in;h=75f3f2dd22f0a6250c8ada43219026f7e66aeaae;hb=e5f0ee9f7010477adac5b4379537e38a65949a13;hp=e2caa746732eefc9ddda339ba672094f113146d6;hpb=4b330f390e94e31f406cfaaad8e3397ebc3f89de;p=config%2Fdotfiles.git diff --git a/shell/screenrc.in b/shell/screenrc.in index e2caa74..75f3f2d 100644 --- a/shell/screenrc.in +++ b/shell/screenrc.in @@ -35,8 +35,8 @@ defscrollback 50000 ignorecase on # I prefer zsh as my shell. GNU screen displays a warning if the shell isn't -# available. -shell zsh +# available. Also used for $SHELL environment variable. +shell ZSH # Don't "login" windows (= add them to the utmp database) by default. Not # useful for me and the "$" flag clutters the window flags (displayed with @@ -107,6 +107,12 @@ bind _ # silence bind H # log bind L # login bind . # dumptermcap +bind O # login on +bind I # login off +bind h # hardcopy +bind < # readbuf +bind > # writebuf +bind = # removebuf # 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.