aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ad2ac33..8b3cb97 100644
--- a/config.def.h
+++ b/config.def.h
@@ -285,6 +285,8 @@ static const KeyBinding bindings_readline[] = {
{ "<C-u>", ACTION(DELETE_LINE_BEGIN) },
{ "<C-v>", ACTION(INSERT_VERBATIM) },
{ "<C-w>", ACTION(DELETE_WORD_PREV) },
+ { "<C-e>", ACTION(CURSOR_LINE_END) },
+ { "<C-a>", ACTION(CURSOR_LINE_START) },
{ "<Delete>", ACTION(DELETE_CHAR_NEXT) },
{ "<Escape>", ACTION(MODE_NORMAL) },
{ 0 /* empty last element, array terminator */ },