X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..1a5ae8feefccb3f58ba09f069d45d0618a92cf8e:/mutt.inc.pl diff --git a/mutt.inc.pl b/mutt.inc.pl index 21ca05b..90185c9 100644 --- a/mutt.inc.pl +++ b/mutt.inc.pl @@ -1,6 +1,8 @@ use utf8; my %common = ( + "\e"=> ['me mode', '+'], + 'H' => ['pm'], # top-page 'j' => ['pm'], # next-entry, next-undeleted 'k' => ['pm'], # previous-entry, previous-undeleted @@ -151,6 +153,7 @@ my %common = ( }, # compose w => { + "\e"=> ['me mode', '+'], 'D' => ['co'], 'd' => 'wD', 'N' => ['co'], @@ -164,6 +167,7 @@ w => { }, # flag '/~' => { + "\e"=> ['me mode', '+'], A => [undef], b => ['X arg'], B => ['arg'],