Use h and l previous and next windows.
authorIain Patterson <me@iain.cx>
Fri, 17 Apr 2009 17:01:41 +0000 (17:01 +0000)
committerIain Patterson <me@iain.cx>
Fri, 17 Apr 2009 17:01:41 +0000 (17:01 +0000)
Use v and V for hardstatus toggle.

git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@187 6be0d1a5-5cfe-0310-89b6-964be062b18b

.screenrc

index 13e18a3..bdce4b0 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -13,15 +13,16 @@ 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
 # 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.