aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 00e72e7..f47034b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -24,7 +24,7 @@ static KeyBinding vis_movements[] = {
{ "<Backspace>", ALIAS("h") },
{ "<C-h>", ALIAS("<Backspace>") },
{ "l", ACTION(CURSOR_CHAR_NEXT) },
- { "<Space>", ALIAS("l") },
+ { " ", ALIAS("l") },
{ "k", ACTION(CURSOR_LINE_UP) },
{ "C-p", ALIAS("k") },
{ "j", ACTION(CURSOR_LINE_DOWN) },