X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..84f6f39be4ffeb6307756b97126ad993bef367a8:/mutt.inc.pl diff --git a/mutt.inc.pl b/mutt.inc.pl index 21ca05b..73ce7d6 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 @@ -54,7 +56,7 @@ my %common = ( 'D' => ['co arg'], # delete-pattern '^d'=> ['co'], # delete-thread '+d'=> ['co'], # delete-subthread - 'e' => ['co'], # edit + 'e' => ['co linkvi'], # edit '^e'=> ['co'], # edit-type '+e'=> [undef], # resend-message 'f' => ['mo modem'], # forward-message @@ -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'],