From: Simon Ruderich Date: Fri, 20 Mar 2009 19:59:44 +0000 (+0100) Subject: screenrc: Add ^B binding which runs urlview. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=9e7996fe43882b636e87ae581e0c82a215409c1b;p=config%2Fdotfiles.git screenrc: Add ^B binding which runs urlview. Very useful to follow links. --- diff --git a/screenrc b/screenrc index cd30812..094a14b 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. +bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"