aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
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) },