From e0b04a79771db4a575b45c59502b856dffb8ae10 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 22 Aug 2015 09:08:27 +0200 Subject: [PATCH] mutt: categorise search options as g3/search While the flags don't search by themselves, it's close enough; avoids bare buttons, or worse: being hidden for undefined classes, an unintentional side effect introduced by commit v1.3-0-g2034c72e12 (2010-06-18) [overhaul keyboard module include syntax]. --- mutt.inc.pl | 86 ++++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/mutt.inc.pl b/mutt.inc.pl index 5bc4189..94a3f5c 100644 --- a/mutt.inc.pl +++ b/mutt.inc.pl @@ -168,49 +168,49 @@ w => { '/~' => { "\e"=> 'g9 mode', - A => undef, - b => 'X arg', - B => 'arg', - c => 'arg', - C => 'arg', - d => 'arg', - D => undef, - e => 'arg', - E => undef, - f => 'arg', - F => undef, - g => undef, - G => undef, - h => 'arg', - H => 'arg', - i => 'arg', - k => undef, - L => 'arg', - l => undef, - m => 'arg', - n => 'arg', - N => undef, - O => undef, - p => undef, - P => undef, - Q => undef, - r => 'arg', - R => undef, - s => undef, - S => undef, - t => 'arg', - T => undef, - u => undef, - U => undef, - v => undef, - V => undef, - x => 'arg', - X => 'arg', - y => 'arg', - z => 'arg', - '=' => undef, - '$' => undef, - '(' => 'arg', + A => 'g3', + b => 'g3 arg', + B => 'g3 arg', + c => 'g3 arg', + C => 'g3 arg', + d => 'g3 arg', + D => 'g3', + e => 'g3 arg', + E => 'g3', + f => 'g3 arg', + F => 'g3', + g => 'g3', + G => 'g3', + h => 'g3 arg', + H => 'g3 arg', + i => 'g3 arg', + k => 'g3', + L => 'g3 arg', + l => 'g3', + m => 'g3 arg', + n => 'g3 arg', + N => 'g3', + O => 'g3', + p => 'g3', + P => 'g3', + Q => 'g3', + r => 'g3 arg', + R => 'g3', + s => 'g3', + S => 'g3', + t => 'g3 arg', + T => 'g3', + u => 'g3', + U => 'g3', + v => 'g3', + V => 'g3', + x => 'g3 arg', + X => 'g3 arg', + y => 'g3 arg', + z => 'g3 arg', + '=' => 'g3', + '$' => 'g3', + '(' => 'g3 arg', }, # search option } -- 2.30.0