X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc.in;h=d36bce52cb40a8e956ff95913c62349f40e61ce4;hb=e64c8f9669ae521b3c5a536692c1f4751dc92a41;hp=e495774ec453ab094c5808549283dfea14270c46;hpb=76bee8c783194e4c5d08772f856c699dc3486d97;p=config%2Fdotfiles.git diff --git a/screenrc.in b/screenrc.in index e495774..d36bce5 100644 --- a/screenrc.in +++ b/screenrc.in @@ -1,4 +1,4 @@ -# Screen configuration file. +# GNU screen configuration file. # # Features which are only available in (very) recent screen releases or in # current Git are marked with "(GIT)" so they can be removed by the setup @@ -6,7 +6,7 @@ # # (BATTERY) is only used on laptops, (ROOT) only if running as root. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2013 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,12 +33,13 @@ startup_message off vbell on # Increase the scrollback buffer. -defscrollback 10000 +defscrollback 50000 # Ignore case when searching. ignorecase on -# I prefer zsh as my shell. +# I prefer zsh as my shell. GNU screen displays a warning if the shell isn't +# available. shell zsh @@ -112,6 +113,7 @@ bind D # power detach # 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. +bind ; command -c window bind -c window 0 select 10 bind -c window 1 select 11 bind -c window 2 select 12 @@ -122,7 +124,18 @@ bind -c window 6 select 16 bind -c window 7 select 17 bind -c window 8 select 18 bind -c window 9 select 19 -bind ; command -c window +# And to windows 20-29. +bind -c window ; command -c window2 +bind -c window2 0 select 20 +bind -c window2 1 select 21 +bind -c window2 2 select 22 +bind -c window2 3 select 23 +bind -c window2 4 select 24 +bind -c window2 5 select 25 +bind -c window2 6 select 26 +bind -c window2 7 select 27 +bind -c window2 8 select 28 +bind -c window2 9 select 29 # Run urlview on current screen content. Very useful to follow links. Make # sure hardcopy_append is off before using this command.