diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
commit | 39f029945ca1578c91b43b3deb5ddd076e5a7598 (patch) | |
tree | 177a8aad56fa0dd4b811c174eaea15df129d1e72 /input | |
parent | 098ff5a14faf9542a62bfb07d50c06e689525137 (diff) |
using gnu stow for dotfiles now
Diffstat (limited to 'input')
-rw-r--r-- | input/.inputrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/input/.inputrc b/input/.inputrc new file mode 100644 index 0000000..ee13649 --- /dev/null +++ b/input/.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 + |