Mercurial > hg > dml-home
annotate .inputrc @ 12:4bf4943f93a4
Forgot to switch branches in ClioPatria repo - now added in ~/etc/setup_as_dml.sh
author | samer |
---|---|
date | Mon, 19 Jan 2015 14:23:19 +0000 |
parents | 3255717f4e6b |
children |
rev | line source |
---|---|
samer@2 | 1 set show-all-if-ambiguous on |
samer@2 | 2 set meta-flag on |
samer@2 | 3 set convert-meta off |
samer@2 | 4 set input-meta on |
samer@2 | 5 set output-meta on |
samer@2 | 6 set mark-symlinked-directories on |
samer@2 | 7 |
samer@2 | 8 TAB: complete |
samer@2 | 9 "\e[A": history-search-backward |
samer@2 | 10 "\e[B": history-search-forward |