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 faab0e8..9e8a0ed 100644
--- a/config.def.h
+++ b/config.def.h
@@ -246,6 +246,8 @@ static const KeyBinding bindings_normal[] = {
{ "<C-w>gf", ACTION(OPEN_FILE_UNDER_CURSOR_NEW_WINDOW) },
{ "gn", ALIAS("vgn") },
{ "gN", ALIAS("vgN") },
+ { "<C-a>", ACTION(NUMBER_INCREMENT) },
+ { "<C-x>", ACTION(NUMBER_DECREMENT) },
{ 0 /* empty last element, array terminator */ },
};