diff options
| author | Erlend Fagerheim <erlendf80@gmail.com> | 2016-12-26 02:24:19 +0100 |
|---|---|---|
| committer | Erlend Fagerheim <erlendf80@gmail.com> | 2016-12-26 02:24:19 +0100 |
| commit | d53136367addae3f5edeb56cf874cfa1c4c0aef3 (patch) | |
| tree | e9eeaa6f90b521936b0f429ba22412b35017a364 /main.c | |
| parent | d9841d985be8764aee8d3e146c074d749ef0ea42 (diff) | |
| download | vis-d53136367addae3f5edeb56cf874cfa1c4c0aef3.tar.gz vis-d53136367addae3f5edeb56cf874cfa1c4c0aef3.tar.xz | |
fix help text for next/prev match
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] = { |
