From 596624f4629703d95ef6c0d10efba2d2c36cb7c5 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 17 Apr 2009 17:01:41 +0000 Subject: [PATCH] Use h and l previous and next windows. Use v and V for hardstatus toggle. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@187 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .screenrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.screenrc b/.screenrc index 13e18a3..bdce4b0 100644 --- 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. -- 2.7.4