From 9e7996fe43882b636e87ae581e0c82a215409c1b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 20 Mar 2009 20:59:44 +0100 Subject: [PATCH] screenrc: Add ^B binding which runs urlview. Very useful to follow links. --- screenrc | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.44.2