about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-06-26 12:29:47 -0500
committerCase Duckworth2024-06-26 12:29:47 -0500
commit311d352173166540fb84e9c89dc1d5f4d0472d66 (patch)
tree2def7f78f109d73e7d3ce0c487245a9c3abad386
parentFix link target (diff)
downloaddots-311d352173166540fb84e9c89dc1d5f4d0472d66.tar.gz
dots-311d352173166540fb84e9c89dc1d5f4d0472d66.zip
Add C-n/C-p bindings
-rw-r--r--inputrc2
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