diff options
Diffstat (limited to '.inputrc')
| -rw-r--r-- | .inputrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..c540473 --- /dev/null +++ b/.inputrc @@ -0,0 +1,5 @@ +# Key bindings, up/down arrow searches through history +"\e[A": history-search-backward +"\e[B": history-search-forward +"\eOA": history-search-backward +"\eOB": history-search-forward |
