From 8bad12ddb634105407c14d5870be5311b26e85e2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 1 Feb 2015 01:54:43 +0300 Subject: [PATCH] .inputrc: reorder settings --- .inputrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.inputrc b/.inputrc index da6b65c..bc1641d 100644 --- a/.inputrc +++ b/.inputrc @@ -2,14 +2,14 @@ $include /etc/inputrc +set bell-style none +set completion-ignore-case off + set meta-flag on set convert-meta off set input-meta on set output-meta on -set bell-style none -set completion-ignore-case off - # In all programs, all terminals, make sure this is bound. "\C-x\C-r": re-read-init-file -- 2.39.2