X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.screenrc;h=4bd1a08c92dde51887a49a16f7365c9e9af50df8;hp=13e18a30ebbc4bf9a216aed0b9103043431e6f44;hb=ef195791b38325931b2d3007b9c409389aa43797;hpb=54082bbcff61df716e7a733536bd61d344574dc5 diff --git a/.screenrc b/.screenrc index 13e18a3..4bd1a08 100644 --- 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.