aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-22 08:27:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-09-22 08:27:10 +0000
commit908b8e32f9deb55441fac75b8d1e3865e3d5302f (patch)
tree96684666a2c18137d1b66e77e94a012a8fcfa050 /bin
parent91f764172e197c82efa97a66cfbc13d2c744b02b (diff)
downloadsrc-908b8e32f9deb55441fac75b8d1e3865e3d5302f.tar.gz
src-908b8e32f9deb55441fac75b8d1e3865e3d5302f.zip
sh: remove emacs improvements that are now defaults in libedit
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/histedit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
index 1a1e11e6f885..938df284a06c 100644
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -203,8 +203,6 @@ bad:
el_set(el, EL_EDITOR, "vi");
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);