X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/601c737a133afc2884c7e88d293268918d26f315..3bfa29782285fd9a9fefcaf21fa0aa7df776d88b:/mutt.eng.inc.pl diff --git a/mutt.eng.inc.pl b/mutt.eng.inc.pl index 9409f02..c67cb3b 100644 --- a/mutt.eng.inc.pl +++ b/mutt.eng.inc.pl @@ -194,6 +194,12 @@ key => { '/~=' => "dupli<>cate", '/~$' => "unrefer<>enced", '/~(' => "in thread", + + # globally label escape as meta key + "\e"=> "+", + "m\e"=> "+", + "w\e"=> "+", + "/~\e"=> "+", }, mode => { @@ -204,16 +210,17 @@ mode => { }, flag => { - ci => [aside => "Temporarily display something without changing state."], - pm => [select => "Scroll list and/or select a different line."], - po => [search => "Go to a specific message entry."], - co => [edit => "Modify message flags or contents."], - mi => [command => "Any other action which does not alter an existing message."], - mo => [send => "Prepare and/or send a (new) message."], - mv => [leave => "Exit the opened folder."], - me => [display => "Permanently alter/toggle current view."], + g1 => [aside => "Temporarily display something without changing state."], + g2 => [select => "Scroll list and/or select a different line."], + g3 => [search => "Go to a specific message entry."], + g4 => [edit => "Modify message flags or contents."], + g6 => [command => "Any other action which does not alter an existing message."], + g7 => [send => "Prepare and/or send a (new) message."], + g8 => [leave => "Exit the opened folder."], + g9 => [display => "Permanently alter/toggle current view."], arg => ["key" => "Commands with a dot need an argument afterwards."], }, +def => do 'mutt.inc.pl', }