aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-08-28 12:59:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-08-28 14:11:57 +0000
commit3ae61b972b042f2ea35d1670bd2ce5820400d27b (patch)
tree5ef26b232efb0e3a2c3f4f8f3cd53b4da88efe7c /bin
parent4544929cb55e0cb8496ec23e565aab8251e22e81 (diff)
Diffstat (limited to 'bin')
-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);