summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:14:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:14:21 -0700
commite55d90eea0dc9156475dea97b5aced0d4aaeaa44 (patch)
tree40f9c757f4589c477862ebac2ea15a6866594521
parentda53267d4556b0410285d4f9003074b8146dc60d (diff)
downloaddotfiles-e55d90eea0dc9156475dea97b5aced0d4aaeaa44.tar.gz
comment out various things in ~/.inputrc
-rw-r--r--.inputrc16
1 files 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