From 9c48a188a51a971d65a6ce764733745fd163f017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 31 Mar 2017 11:46:47 +0200 Subject: vis: rename search related constants --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 4a170f9..1fba42a 100644 --- a/config.def.h +++ b/config.def.h @@ -83,8 +83,8 @@ static const KeyBinding bindings_motions[] = { { "l", ACTION(CURSOR_CHAR_NEXT) }, { "L", ACTION(CURSOR_WINDOW_LINE_BOTTOM) }, { "M", ACTION(CURSOR_WINDOW_LINE_MIDDLE) }, - { "n", ACTION(CURSOR_SEARCH_NEXT) }, - { "N", ACTION(CURSOR_SEARCH_PREV) }, + { "n", ACTION(CURSOR_SEARCH_REPEAT_FORWARD) }, + { "N", ACTION(CURSOR_SEARCH_REPEAT_BACKWARD) }, { "T", ACTION(TILL_LEFT) }, { "t", ACTION(TILL_RIGHT) }, { "W", ACTION(CURSOR_LONGWORD_START_NEXT) }, -- cgit v1.2.3