From e7fc57ed1faf07c5ba7ac2c7b5d169c69fc533bb Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Mon, 18 Jan 2021 22:39:51 -0800 Subject: [PATCH] Readline: don't use vi mode Encountered a few bugs/annoyances with vi mode. Seems not as polished as the EMACS key bindings. Also annoying to use with others' shells not configured to use vi mode, while the main benefit is still available with ctrl-x ctrl-e --- readline/.inputrc | 1 - 1 file changed, 1 deletion(-) diff --git a/readline/.inputrc b/readline/.inputrc index bb861ba..4f722a6 100644 --- a/readline/.inputrc +++ b/readline/.inputrc @@ -1,3 +1,2 @@ $include /etc/inputrc -set editing-mode vi "\e[Z": menu-complete