From c1533ffedb7702b518441b602b4a10e139e08d83 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 4 Apr 2012 23:46:45 +0200 Subject: [PATCH] mutt: link e(dit) to vi page --- mutt.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt.inc.pl b/mutt.inc.pl index 90185c9..73ce7d6 100644 --- a/mutt.inc.pl +++ b/mutt.inc.pl @@ -56,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 -- 2.30.0