commit 2c910429b5d9ef5665bd5ac04c32a2018f482f44 (patch) parent 76a90c69d032d9be43206a73b68c488f8f3e9f16 Author: Alex Karle <alex@alexkarle.com> Date: Sat, 10 Dec 2022 11:24:44 -0500 readline: Add inputrc I had to recreate this from my old config, but I'm happy with how it turned out! Diffstat:
A | .inputrc | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.inputrc b/.inputrc @@ -0,0 +1,9 @@ +# inputrc -- readline config +set bell-style none +set blink-matching-paren on +set editing-mode vi +set keyseq-timeout 5 +set show-mode-in-prompt on +set vi-cmd-mode-string ":" +set vi-ins-mode-string "" +Control-l: clear-screen