summaryrefslogtreecommitdiffstats
path: root/Src/Zle/zle_bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_bindings.c')
-rw-r--r--Src/Zle/zle_bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_bindings.c b/Src/Zle/zle_bindings.c
index 55863db1b..74a62ab4d 100644
--- a/Src/Zle/zle_bindings.c
+++ b/Src/Zle/zle_bindings.c
@@ -385,7 +385,7 @@ int vicmdbind[128] = {
/* \ */ z_undefinedkey,
/* ] */ z_undefinedkey,
/* ^ */ z_vifirstnonblank,
- /* _ */ z_undefinedkey,
+ /* _ */ z_vifirstnonblank,
/* ` */ z_vigotomark,
/* a */ z_viaddnext,
/* b */ z_vibackwardword,