From c18f3b380da365ee9f8503d6f237d23218b84c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 27 Apr 2016 11:15:52 +0200 Subject: vis: change behavior of $ to never move to the left --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index f01d556..8699136 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ static const KeyBinding bindings_motions[] = { { "]}", ACTION(CURSOR_BLOCK_END) }, { "[(", ACTION(CURSOR_PARENTHESE_START) }, { "])", ACTION(CURSOR_PARENTHESE_END) }, - { "$", ACTION(CURSOR_LINE_LASTCHAR) }, + { "$", ACTION(CURSOR_LINE_END) }, { "^", ACTION(CURSOR_LINE_START) }, { "}", ACTION(CURSOR_PARAGRAPH_NEXT) }, { "{", ACTION(CURSOR_PARAGRAPH_PREV) }, @@ -221,7 +221,6 @@ static const KeyBinding bindings_normal[] = { { "", ACTION(WINDOW_SLIDE_DOWN) }, { "D", ALIAS("d$") }, { "", ALIAS("x") }, - { "", ALIAS("$") }, { "", ACTION(CURSORS_REMOVE_ALL) }, { "", ALIAS(":help") }, { "ga", ACTION(UNICODE_INFO) }, -- cgit v1.2.3