From 9f4e46b5d14eb8a540c7228078c54ab2fd836dc8 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Thu, 22 Aug 2019 22:53:18 -0400 Subject: [PATCH] More readline configuration --- .inputrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.inputrc b/.inputrc index b2cc9d6..24573f1 100644 --- a/.inputrc +++ b/.inputrc @@ -1 +1,6 @@ +set completion-ignore-case on +set completion-map-case on set editing-mode vi +set revert-all-at-newline on +set show-all-if-ambiguous on +set skip-completed-text on -- 2.20.1