diff options
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 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[] = { { "<C-y>", ACTION(WINDOW_SLIDE_DOWN) }, { "D", ALIAS("d$") }, { "<Delete>", ALIAS("x") }, - { "<End>", ALIAS("$") }, { "<Escape>", ACTION(CURSORS_REMOVE_ALL) }, { "<F1>", ALIAS(":help<Enter>") }, { "ga", ACTION(UNICODE_INFO) }, |
