X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5fadf3bba74628ae85920b5c2d71f804e3256601..v1.4-61-g6d38d53c6c:/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'],