From 2c910429b5d9ef5665bd5ac04c32a2018f482f44 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 10 Dec 2022 11:24:44 -0500 Subject: [PATCH] readline: Add inputrc I had to recreate this from my old config, but I'm happy with how it turned out! --- .inputrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..ede5be3 --- /dev/null +++ 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 -- libgit2 1.1.1