$include /etc/inputrc

#affiche si nb completions <200
set completion-query-items 200

#affiche directement les completions possibles
set show-all-if-ambiguous on
set show-all-if-unmodified on

#affiche type de fichiers
set visible-stats on

#marque d'une * les historiques modifies
#set mark-modified-lines on


# Prefix search.  Type "s" then press up -- only search through history that
# started with "s" -- e.g. "ssh", "source", etc.
"\e[A": history-search-backward
"\e[B": history-search-forward
"\eOA": history-search-backward
"\eOB": history-search-forward

# C-p and C-n still do normal history navigation, but to override:
#"\C-p": history-search-backward
"\C-\S-r": history-search-forward