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 d080112..edb9571 100644
--- a/config.def.h
+++ b/config.def.h
@@ -28,8 +28,8 @@ static const KeyBinding bindings_motions[] = {
{ "g|", ACTION(CURSOR_COLUMN) },
{ "[{", ACTION(CURSOR_BLOCK_START) },
{ "]}", ACTION(CURSOR_BLOCK_END) },
- { "[(", ACTION(CURSOR_PARENTHESE_START) },
- { "])", ACTION(CURSOR_PARENTHESE_END) },
+ { "[(", ACTION(CURSOR_PARENTHESIS_START) },
+ { "])", ACTION(CURSOR_PARENTHESIS_END) },
{ "$", ACTION(CURSOR_LINE_END) },
{ "^", ACTION(CURSOR_LINE_START) },
{ "}", ACTION(CURSOR_PARAGRAPH_NEXT) },