From 741df32875d549f63ea3e5d3d1c8516642386f1c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 10 Nov 2023 22:37:43 +0100 Subject: readline: Remove leading space --- .config/readline/inputrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/readline') diff --git a/.config/readline/inputrc b/.config/readline/inputrc index a5d3244..39aec50 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -27,7 +27,7 @@ $if editing-mode == vi $endif $if Bash - C-p: " | $PAGER" + C-p: "| $PAGER" # Since is bound to ‘forward-search-history’ C-t: reverse-search-history -- cgit v1.2.3