aboutsummaryrefslogtreecommitdiff
path: root/hex.c
diff options
context:
space:
mode:
Diffstat (limited to 'hex.c')
-rw-r--r--hex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hex.c b/hex.c
index 116544f..d92f6f8 100644
--- a/hex.c
+++ b/hex.c
@@ -1581,6 +1581,10 @@ g_default_bindings[] =
{ "Home", ACTION_ROW_START, {}},
{ "End", ACTION_ROW_END, {}},
+ { "C-a", ACTION_ROW_START, {}},
+ { "C-e", ACTION_ROW_END, {}},
+ { "_", ACTION_ROW_START, {}},
+ { "$", ACTION_ROW_END, {}},
{ "M-<", ACTION_GOTO_TOP, {}},
{ "M->", ACTION_GOTO_BOTTOM, {}},
{ "g", ACTION_GOTO_TOP, {}},