Screen fixes.
[profile.git] / .screenrc
index 13e18a3..4bd1a08 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,5 +1,3 @@
-# $Id$
-
 # Use Control-P instead of Control-A for stuff.
 escape ^pp
 
@@ -13,15 +11,18 @@ startup_message off
 # Up and down like Vim.
 bind j focus down
 bind k focus up
+# Previous and next kinda like Vim.
+bind h prev
+bind l next
 # Close the current window.
 bind q remove
+# Don't accidentally send xoff.
+bind s
 # Set current window title.
 bind t title
 # Show or hide the hardstatus line.
-bind h hardstatus alwayslastline
-bind H hardstatus alwaysignore
-#bind h focus top
-#bind l focus bottom
+bind v hardstatus alwayslastline
+bind V hardstatus alwaysignore
 
 ################################################################################
 # Terminal settings.