Maps M-S to hunt-forward to match DOS Alt-S behavior.

This commit is contained in:
Renaud 2015-10-01 07:38:41 +08:00
parent 06b0d3f00d
commit 9682cdb2d2
1 changed files with 2 additions and 2 deletions

View File

@ -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}