Skip to content
Snippets Groups Projects
Select Git revision
  • 82725a10709f02c7d001afb451e858aa21caff19
  • master default
2 results

.inputrc

Blame
  • .inputrc 349 B
    $include  /etc/inputrc
    set completion-ignore-case on
    set show-all-if-ambiguous on
    set visible-stats on
    set skip-completed-text on
    set colored-stats on
    set colored-completion-prefix on
    set blink-matching-paren on
    set expand-tilde on
    set history-preserve-point on
    set mark-directories on
    "\e[A": history-search-backward
    "\e[B": history-search-forward