From: Simon Ruderich Date: Tue, 12 May 2009 18:49:44 +0000 (+0200) Subject: screenrc: Documentation improvement. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a6d3ab7e44f067233fad9187e9c664ffb4040620;p=config%2Fdotfiles.git screenrc: Documentation improvement. --- diff --git a/screenrc b/screenrc index 094a14b..f710958 100644 --- a/screenrc +++ b/screenrc @@ -19,5 +19,5 @@ hardstatus on hardstatus alwayslastline "%w%=%H" # Run urlview on current screen content. Very useful to follow links. Make -# sure hardcopy_append is off. +# sure hardcopy_append is off before using this command. bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"