From 255da074c15de15d45eb1582c819d68ee480800d Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 12 Apr 2016 22:56:29 +0100 Subject: Add "[{" and "]}" motions to jump to a block's start/end --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 3441536..ba27fec 100644 --- a/config.def.h +++ b/config.def.h @@ -30,6 +30,8 @@ static const KeyBinding bindings_motions[] = { { "[]", ACTION(CURSOR_FUNCTION_END_PREV) }, { "][", ACTION(CURSOR_FUNCTION_START_NEXT) }, { "[[", ACTION(CURSOR_FUNCTION_START_PREV) }, + { "[{", ACTION(CURSOR_BLOCK_START) }, + { "]}", ACTION(CURSOR_BLOCK_END) }, { "$", ACTION(CURSOR_LINE_LASTCHAR) }, { "^", ACTION(CURSOR_LINE_START) }, { "}", ACTION(CURSOR_PARAGRAPH_NEXT) }, -- cgit v1.2.3