diff options
Diffstat (limited to 'by_os/Linux/input/.inputrc')
-rw-r--r-- | by_os/Linux/input/.inputrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/by_os/Linux/input/.inputrc b/by_os/Linux/input/.inputrc new file mode 100644 index 0000000..b08e399 --- /dev/null +++ b/by_os/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 + |