diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-04-08 10:13:27 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-04-08 10:13:27 -0400 |
| commit | eef1102f81c06211e0951cf270c9e86929ebbbc2 (patch) | |
| tree | 9be1c1aead22f4dd616f9fc31bd7e34319242576 /.inputrc | |
| parent | 8bb67873e50931e347e58a95bfb822ea4e3572a6 (diff) | |
| download | dotfiles-eef1102f81c06211e0951cf270c9e86929ebbbc2.tar.gz | |
bash: do history search backwards/forwards keybind for up/down
Diffstat (limited to '.inputrc')
| -rw-r--r-- | .inputrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..8638ed5 --- /dev/null +++ b/.inputrc @@ -0,0 +1,2 @@ +"\e[A": history-search-backward +"\e[B": history-search-forward |
