aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/sh/histedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
index bd82016c33cb..b680a99c4ace 100644
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -204,6 +204,7 @@ bad:
else if (Eflag) {
el_set(el, EL_EDITOR, "emacs");
el_set(el, EL_BIND, "^R", "em-inc-search-prev", NULL);
+ el_set(el, EL_BIND, "^W", "ed-delete-prev-word", NULL);
}
el_set(el, EL_BIND, "^I", "sh-complete", NULL);
el_source(el, NULL);