X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=screenrc;h=945c13967d6a838c24c08b09a135a0f8aaec059e;hb=29b2dbdaf4d66317a8398d41bf35fc4b06b28a12;hp=f6e5d971ad6ed8aca28ecafa200364aec277401a;hpb=cf7bcb6763d5a0643124f6f2fe6b238be634829b;p=config%2Fdotfiles.git diff --git a/screenrc b/screenrc index f6e5d97..945c139 100644 --- a/screenrc +++ b/screenrc @@ -4,17 +4,17 @@ # Don't display startup message. startup_message off -# Use "?" as escape key, not used so often (by me) and easy to reach. -escape ?? -# As "?" is the escape key, bind to display the help window. -bind ^H help +# Don't use visual bell. +vbell off -# Increase the scrollback buffer to 5000 lines. -defscrollback 5000 +# Increase the scrollback buffer. +defscrollback 10000 -# Bind P to paste the buffer content, like Vim's p. -bind P paste . - -# Always display the status line and display the name of the window. +# Always display the status line. hardstatus on -hardstatus alwayslastline "%w" +# Display the name of the window and the current hostname. +hardstatus alwayslastline "%w%=%H" + +# Run urlview on current screen content. Very useful to follow links. Make +# sure hardcopy_append is off before using this command. +bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"