From 311d352173166540fb84e9c89dc1d5f4d0472d66 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 26 Jun 2024 12:29:47 -0500 Subject: Add C-n/C-p bindings --- inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inputrc b/inputrc index 9c1fc09..e99f69c 100644 --- a/inputrc +++ b/inputrc @@ -4,7 +4,9 @@ $include /etc/inputrc # Emacs shell-like history navigation +"\C-p": history-search-backward "\ep": history-search-backward +"\C-n": history-search-forward "\en": history-search-forward # Global settings -- cgit 1.4.1-21-gabe81