From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 20 Jun 2017 17:02:06 +0200 Subject: fix --- by_os/Linux/input/.inputrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 by_os/Linux/input/.inputrc (limited to 'by_os/Linux/input') diff --git a/by_os/Linux/input/.inputrc b/by_os/Linux/input/.inputrc new file mode 100644 index 0000000..b08e399 --- /dev/null +++ b/by_os/Linux/input/.inputrc @@ -0,0 +1,6 @@ +"\e[A": history-search-backward +"\e[B": history-search-forward + +set show-all-if-ambiguous on +set completion-ignore-case on + -- cgit v1.2.3