]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc
zsh: Fix display of running program on linux console.
[config/dotfiles.git] / screenrc
index 3f481075f46759af97a48d04ab69507483ad1c4a..cd30812e7a03faa6e5204f9db3ce49316dc40f21 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -4,10 +4,8 @@
 # Don't display startup message.
 startup_message off
 
-# Use "?" as escape key, not used so often (by me) and easy to reach.
-escape ??
-# As "?" is the escape key, bind <C-h> to display the help window.
-bind ^H help
+# Don't use visual bell.
+vbell off
 
 # Increase the scrollback buffer.
 defscrollback 10000
@@ -15,6 +13,7 @@ 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"