aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-23 00:06:49 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-23 00:06:49 +0100
commit9859f7847ec75f9f032664eb3ef324cd243ce722 (patch)
treee0fc9c008d1a11206e198db4bd0c59d066a995b0
parentef41f09cdd006f22eddab1849ce5a057e00dc065 (diff)
parent31b43c76d53f37a4fb12c9ee07aa28cfb685885f (diff)
downloadvis-9859f7847ec75f9f032664eb3ef324cd243ce722.tar.gz
vis-9859f7847ec75f9f032664eb3ef324cd243ce722.tar.xz
Merge branch 'line-motions' of https://github.com/rgburke/vis
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
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) },