From 31b43c76d53f37a4fb12c9ee07aa28cfb685885f Mon Sep 17 00:00:00 2001 From: Richard Burke Date: Mon, 22 Feb 2016 21:50:50 +0000 Subject: Added + and - motions --- 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 b97c6b3..95c675e 100644 --- a/config.def.h +++ b/config.def.h @@ -43,6 +43,8 @@ static const KeyBinding bindings_motions[] = { { "^", ACTION(CURSOR_LINE_START) }, { "g_", ACTION(CURSOR_LINE_FINISH) }, { "$", ACTION(CURSOR_LINE_LASTCHAR) }, + { "+", ALIAS("j^") }, + { "-", ALIAS("k^") }, { "%", ACTION(CURSOR_PERCENT) }, { "b", ACTION(CURSOR_WORD_START_PREV) }, { "B", ACTION(CURSOR_LONGWORD_START_PREV) }, -- cgit v1.2.3