diff options
author | Case Duckworth | 2024-06-26 12:29:47 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-26 12:29:47 -0500 |
commit | 311d352173166540fb84e9c89dc1d5f4d0472d66 (patch) | |
tree | 2def7f78f109d73e7d3ce0c487245a9c3abad386 | |
parent | Fix link target (diff) | |
download | dots-311d352173166540fb84e9c89dc1d5f4d0472d66.tar.gz dots-311d352173166540fb84e9c89dc1d5f4d0472d66.zip |
Add C-n/C-p bindings
-rw-r--r-- | inputrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inputrc b/inputrc index 9c1fc09..e99f69c 100644 --- a/inputrc +++ b/inputrc | |||
@@ -4,7 +4,9 @@ | |||
4 | $include /etc/inputrc | 4 | $include /etc/inputrc |
5 | 5 | ||
6 | # Emacs shell-like history navigation | 6 | # Emacs shell-like history navigation |
7 | "\C-p": history-search-backward | ||
7 | "\ep": history-search-backward | 8 | "\ep": history-search-backward |
9 | "\C-n": history-search-forward | ||
8 | "\en": history-search-forward | 10 | "\en": history-search-forward |
9 | 11 | ||
10 | # Global settings | 12 | # Global settings |