sh: remove emacs improvements that are now defaults in libedit
This commit is contained in:
parent
91f764172e
commit
908b8e32f9
@ -203,8 +203,6 @@ histedit(void)
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user