From 288dc28e0759558ddfc4a7f33aeef5a70812bfab Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 06:51:54 -0500 Subject: [PATCH] Disable inputrc for now. Keeping it around in case a non-blesh option is wanted in the future. --- .inputrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.inputrc b/.inputrc index 8638ed5..0bd50fd 100644 --- a/.inputrc +++ b/.inputrc @@ -1,2 +1,4 @@ -"\e[A": history-search-backward -"\e[B": history-search-forward +# This will automatically trigger reverse search when using up / down in bash +# However it doesn't feel natural with ble.sh, so it's commented out for now. +#"\e[A": history-search-backward +#"\e[B": history-search-forward