Skip to content
Snippets Groups Projects
Select Git revision
  • 8a47ee1957e1a1c24484e9f6024db51cc31704b9
  • master default protected
2 results

ARISE.ipynb

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