X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc;h=cd30812e7a03faa6e5204f9db3ce49316dc40f21;hb=043a26ea99d84d11423b2dc53949a2df518d2c35;hp=945c909471448858cc72d22a1e2173d8bdc531b8;hpb=66ed096a1136c4b5d0dfe2e1128445c8afa5cc4f;p=config%2Fdotfiles.git diff --git a/screenrc b/screenrc index 945c909..cd30812 100644 --- a/screenrc +++ b/screenrc @@ -7,17 +7,13 @@ startup_message off # Don't use visual bell. vbell off -# Use "?" as escape key, not used so often (by me) and easy to reach. -escape ?? -# As "?" is the escape key, bind to display the help window. -bind ^H help - # Increase the scrollback buffer. 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"