From: Iain Patterson Date: Fri, 16 Sep 2005 15:02:07 +0000 (+0000) Subject: Added comment binds for H and L matching vim (keep defaults for now). X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=ef52d563ea10116bbc786c87106d9cf2ded54d60 Added comment binds for H and L matching vim (keep defaults for now). git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@7 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.screenrc b/.screenrc index fb67ac1..c72684c 100644 --- a/.screenrc +++ b/.screenrc @@ -5,3 +5,5 @@ startup_message off caption splitonly "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" bind j focus down bind k focus up +#bind h focus top +#bind l focus bottom