X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc;h=f7109589e2cd0d27ad61e314027b7c07babfbd20;hb=a6d3ab7e44f067233fad9187e9c664ffb4040620;hp=0b9f19003488b259f25e2202497cd73358cfaff5;hpb=7b535ad1bdcf79a03b05091c97b991a1df92b8aa;p=config%2Fdotfiles.git diff --git a/screenrc b/screenrc index 0b9f190..f710958 100644 --- a/screenrc +++ b/screenrc @@ -13,6 +13,11 @@ 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"