diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 17:04:00 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 17:04:00 +0200 |
commit | 8e0d8ecaf9bb08f67ae4136482eacbbabcf72e44 (patch) | |
tree | 532d570457f25a4598d475d48bb155b06c0bb4ae /by_host/Linux/input | |
parent | 2555dc067f7f8915af366a8e344381f8185b271a (diff) |
input
Diffstat (limited to 'by_host/Linux/input')
-rw-r--r-- | by_host/Linux/input/.inputrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/by_host/Linux/input/.inputrc b/by_host/Linux/input/.inputrc new file mode 100644 index 0000000..b08e399 --- /dev/null +++ b/by_host/Linux/input/.inputrc @@ -0,0 +1,6 @@ +"\e[A": history-search-backward +"\e[B": history-search-forward + +set show-all-if-ambiguous on +set completion-ignore-case on + |