inputrc (418B)
1 # Only good thing about readline 2 set editing-mode vi 3 4 # I find it more hassle than it's worth 5 # in e,g, gdb, where I can't use aliases 6 # and have to paste in commands instead. 7 set enable-bracketed-paste off 8 9 # I'm used to this from ksh 10 set mark-symlinked-directories on 11 12 # Act like ls 13 set colored-stats on 14 set visible-stats on 15 16 # Get rid of dumb interactive shit 17 set completion-query-items -1 18 set page-completions off