.inputrc: Colorize completions
This commit is contained in:
parent
e9499f2290
commit
e7d6969bc6
3
.inputrc
3
.inputrc
@ -1,7 +1,8 @@
|
|||||||
## COMPLETION
|
## COMPLETION
|
||||||
|
set colored-stats on
|
||||||
|
set completion-ignore-case on
|
||||||
# Only need a single tab press to show results
|
# Only need a single tab press to show results
|
||||||
set show-all-if-ambiguous on
|
set show-all-if-ambiguous on
|
||||||
set completion-ignore-case on
|
|
||||||
# You ever do that thing where you put your cursorright in the middle of a word,
|
# You ever do that thing where you put your cursorright in the middle of a word,
|
||||||
# like you're at the "e" in "Makefile", and hit tab, and bash oh-so-helpfully
|
# like you're at the "e" in "Makefile", and hit tab, and bash oh-so-helpfully
|
||||||
# inserts the latter half of the word right in the middle of it -- so you've
|
# inserts the latter half of the word right in the middle of it -- so you've
|
||||||
|
Loading…
Reference in New Issue
Block a user