X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.screenrc;fp=.screenrc;h=bdce4b07ee64c8dd95cdb129a2029cb743f0ef04;hp=13e18a30ebbc4bf9a216aed0b9103043431e6f44;hb=596624f4629703d95ef6c0d10efba2d2c36cb7c5;hpb=45fb1b72065d46a90b4379793989d519512dec7b 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.