From: David Kerkeslager Date: Fri, 23 Aug 2019 02:53:18 +0000 (-0400) Subject: More readline configuration X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=9f4e46b5d14eb8a540c7228078c54ab2fd836dc8 More readline configuration --- 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