From: Hagen Fuchs Date: Mon, 30 Apr 2012 16:27:35 +0000 (+0200) Subject: Search the next match using the 'n' key as a synonym for '\\'. X-Git-Tag: upstream/0.6.1~2^2~64 X-Git-Url: https://git.deb.at/?p=pkg%2Fabook.git;a=commitdiff_plain;h=07db33653908d7145bd15c102d1c752ff153cad5 Search the next match using the 'n' key as a synonym for '\\'. See http://sourceforge.net/mailarchive/message.php?msg_id=26773453 Signed-off-by: Roger --- diff --git a/ui.c b/ui.c index 9ef3ee6..170583e 100644 --- a/ui.c +++ b/ui.c @@ -608,6 +608,7 @@ get_commands() case 'F': sort_by_field(NULL); break; case '/': ui_find(0); break; + case 'n': case '\\': ui_find(1); break; case ' ': if(list_get_curitem() >= 0) {