X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=screenrc;h=f7109589e2cd0d27ad61e314027b7c07babfbd20;hb=a6d3ab7e44f067233fad9187e9c664ffb4040620;hp=cd30812e7a03faa6e5204f9db3ce49316dc40f21;hpb=2f50a17b6807d44889e00d446f4bb99016b9875c;p=config%2Fdotfiles.git diff --git a/screenrc b/screenrc index cd30812..f710958 100644 --- a/screenrc +++ b/screenrc @@ -17,3 +17,7 @@ bind P paste . hardstatus on # 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"