From 43e48d21486a80d609053be2025c7d858fa94351 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 10 Nov 2023 22:37:55 +0100 Subject: readline: Add C-o binding for Go’s ‘./...’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/readline/inputrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/readline') diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 39aec50..fdb5cdf 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -28,6 +28,7 @@ $endif $if Bash C-p: "| $PAGER" + C-o: "./..." # Since is bound to ‘forward-search-history’ C-t: reverse-search-history -- cgit v1.2.3