From: Iain Patterson Date: Fri, 17 Apr 2009 17:01:41 +0000 (+0000) Subject: Use h and l previous and next windows. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=596624f4629703d95ef6c0d10efba2d2c36cb7c5 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 --- 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.