cleanup

Fri, 16 Aug 2019 15:11:18 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 16 Aug 2019 15:11:18 -0400
changeset 782
a387569893af
parent 781
eddff1b70d20
child 783
22ea15db4e3d

cleanup

.inputrc file | annotate | diff | comparison | revisions
--- a/.inputrc
+++ b/.inputrc
@@ -1,11 +1,19 @@
-# Two escapes clear command line.
-"\e\e": "\C-a\C-k"
+$include /etc/inputrc
+
+set completion-ignore-case on
 
-# Tab to menu complete
-# "\t": menu-complete
+set expand-tilde on
+set mark-directories on
+set show-all-if-ambiguous on
+set visible-stats on
+set completion-display-width 120
+
+set bell-style none
+
+set input-meta on
+set output-meta on
 
 # Incremental searching with Up and Down and Left and Right
-
 $if mode=emacs
   "\e[A": history-search-backward
   "\e[B": history-search-forward
@@ -13,24 +21,7 @@
   "\e\e[D": backward-word
 $endif
 
-set completion-ignore-case On
-#set completion-prefix-display-length 2
-set expand-tilde on
-set mark-directories on
-set show-all-if-ambiguous on
-set visible-stats on
-
-set bell-style off
-
-set meta-flag on
-set input-meta on
-set convert-meta off
-set output-meta on 
-
 $if Bash
-  #do history expansion when space entered
   Space: magic-space
 $endif
 
-$include /etc/inputrc
-

mercurial