aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 30e17bb..47ed326 100644
--- a/config.def.h
+++ b/config.def.h
@@ -39,7 +39,7 @@ static const KeyBinding bindings_motions[] = {
{ "^", ACTION(CURSOR_LINE_START) },
{ "g_", ACTION(CURSOR_LINE_FINISH) },
{ "$", ACTION(CURSOR_LINE_LASTCHAR) },
- { "%", ACTION(CURSOR_BRACKET_MATCH) },
+ { "%", ACTION(CURSOR_PERCENT) },
{ "b", ACTION(CURSOR_WORD_START_PREV) },
{ "B", ACTION(CURSOR_LONGWORD_START_PREV) },
{ "w", ACTION(CURSOR_WORD_START_NEXT) },