From 9682cdb2d24d3a13c0dad3d666616e8b9f35ec56 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Thu, 1 Oct 2015 07:38:41 +0800 Subject: [PATCH] Maps M-S to hunt-forward to match DOS Alt-S behavior. --- ebind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebind.c b/ebind.c index 90b9cc4..7ddf07f 100644 --- a/ebind.c +++ b/ebind.c @@ -301,8 +301,8 @@ struct key_tab keytab[NBINDS] = { {META | 'R', sreplace} , #if PKCODE - {META | 'S', forwsearch} - , /* alternative P.K. */ + {META | 'S', forwhunt} + , #else #if BSD {META | 'S', bktoshell}