Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

galdef_55_reltest19

Blame
  • .inputrc 482 B
    ## ~/.inputrc
    ##
    ## Control the behaviour of the readline library used e.g.
    ## by the bash in the interactive mode for line editing.
    
    $include /etc/inputrc
    "\C-p":history-search-backward
    "\C-n":history-search-forward
    "\C-r":reverse-search-history
    "\C-f":forward-search-history
    
    set colored-stats On
    set completion-ignore-case On
    set completion-prefix-display-length 3
    set mark-symlinked-directories On
    set show-all-if-ambiguous On
    set show-all-if-unmodified On
    set visible-stats On