From e55d90eea0dc9156475dea97b5aced0d4aaeaa44 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 15 Apr 2018 11:14:21 -0700 Subject: comment out various things in ~/.inputrc --- .inputrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.inputrc b/.inputrc index ab4162e3..4a34854b 100644 --- a/.inputrc +++ b/.inputrc @@ -2,20 +2,20 @@ $include /etc/inputrc # --- bindings -"\C-x\C-r": re-read-init-file -"\C-x\C-a": universal-argument +# "\C-x\C-r": re-read-init-file +# "\C-x\C-a": universal-argument # --- settings set editing-mode emacs set keymap emacs -set convert-meta off -set output-meta on -set input-meta on -set meta-flag on +# set convert-meta off +# set output-meta on +# set input-meta on +# set meta-flag on set completion-ignore-case on -set show-all-if-ambiguous on -set show-all-if-unmodified on +# set show-all-if-ambiguous on +# set show-all-if-unmodified on set completion-query-items 120 set page-completions off set print-completions-horizontally on -- cgit v1.2.3