Mercurial > hg > dml-home
annotate .inputrc @ 27:0ebdfdce973f
Fix to pick up SWISH styling properly.
author | samer |
---|---|
date | Sat, 14 Feb 2015 16:54:27 +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 |