diff options
Diffstat (limited to 'input/.inputrc')
-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 + |