diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-13 11:08:56 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-13 11:08:56 +0200 |
commit | 3eec877c1a096a1efcd3e20e1b72aa254f96758c (patch) | |
tree | 82c705feaa08dea25872b68dc3aec61fa7ea647b /.inputrc |
init
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..ee13649 --- /dev/null +++ b/.inputrc @@ -0,0 +1,5 @@ +"\e[A": history-search-backward +"\e[B": history-search-forward +set show-all-if-ambiguous on +set completion-ignore-case on + |