Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/dotfiles
Path: blob/master/linux/files/inputrc
245 views
$include /etc/inputrc

# Ignore cases when completing files
set completion-ignore-case on
# Show extra info when completing
set visible-stats on
set colored-stats on
# Display matches for ambiguous patterns on first match
set show-all-if-ambiguous on
# Do not complete hidden files unless pattern explicity begins with dot
set match-hidden-files off
# If more than 200, ask to show them all
set completion-query-items 200