From: Oleg Broytman Date: Sat, 31 Jan 2015 22:54:43 +0000 (+0300) Subject: .inputrc: reorder settings X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=8bad12ddb634105407c14d5870be5311b26e85e2 .inputrc: reorder settings --- 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