aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-10 23:20:16 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-04-10 23:20:16 +0200
commitbac1186a4497b011ac262e0bc9f602ee3872fec4 (patch)
treee9436627d3b95b7b47194938f0bed2febd2b1c0a /config.def.h
parent82646f1b541185e4cb1874f4df584104e63db3df (diff)
parent0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad (diff)
downloadvis-bac1186a4497b011ac262e0bc9f602ee3872fec4.tar.gz
vis-bac1186a4497b011ac262e0bc9f602ee3872fec4.tar.xz
Merge branch 'typos' of https://github.com/Two-Finger/vis
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) },