diff options
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..9d7ccaf --- /dev/null +++ b/.inputrc @@ -0,0 +1,4 @@ +$include /etc/inputrc +"\e[A": history-search-backward +"\e[B": history-search-forward + |