From d53136367addae3f5edeb56cf874cfa1c4c0aef3 Mon Sep 17 00:00:00 2001 From: Erlend Fagerheim Date: Mon, 26 Dec 2016 02:24:19 +0100 Subject: fix help text for next/prev match --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 0a8b7bb..f1e32fa 100644 --- a/main.c +++ b/main.c @@ -561,12 +561,12 @@ static const KeyAction vis_action[] = { }, [VIS_ACTION_CURSOR_SEARCH_NEXT] = { "cursor-search-forward", - "Move cursor to bottom line of the window", + "Move cursor to next match", movement, { .i = VIS_MOVE_SEARCH_NEXT } }, [VIS_ACTION_CURSOR_SEARCH_PREV] = { "cursor-search-backward", - "Move cursor to bottom line of the window", + "Move cursor to previous match", movement, { .i = VIS_MOVE_SEARCH_PREV } }, [VIS_ACTION_CURSOR_SEARCH_WORD_FORWARD] = { -- cgit v1.2.3