aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-31 11:46:47 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-03-31 11:56:03 +0200
commit9c48a188a51a971d65a6ce764733745fd163f017 (patch)
tree751810ac58b6dc5e7dec4c9c325d878bc55fad75 /config.def.h
parent74bec9dc356425c84e72d611857adb3b490fd39d (diff)
downloadvis-9c48a188a51a971d65a6ce764733745fd163f017.tar.gz
vis-9c48a188a51a971d65a6ce764733745fd163f017.tar.xz
vis: rename search related constants
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) },