From 0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad Mon Sep 17 00:00:00 2001 From: TwoFinger Date: Fri, 30 Mar 2018 04:52:10 +0300 Subject: Fix "parenthese" in identifiers --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') 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) }, -- cgit v1.2.3