From 979c6acb393ac91e7d83bcb71ea8e72f52d6a0e8 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Fri, 28 Oct 2022 17:41:18 +0200 Subject: [PATCH] Suggest binds closer to Vim defaults --- src/excmds.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/excmds.ts b/src/excmds.ts index fb57bbc4..722e1213 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -1431,8 +1431,8 @@ export function scrollpage(n = 1, count = 1) { * bind ? fillcmdline find --reverse * bind n findnext --search-from-view * bind N findnext --search-from-view --reverse - * bind gn findnext - * bind gN findnext --reverse + * bind gn findselect + * bind gN composite findnext --search-from-view --reverse; findselect * bind , nohlsearch * * Argument: A string you want to search for.