From c90124cd36d5d223d31fe49fde7e9afea7c419c1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 9 Sep 2016 00:38:48 +1200 Subject: Bind Alt+A for cycle completion in Bash Also make Tab explicit for classic completion, which I still prefer (at least for now) --- readline/inputrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readline') diff --git a/readline/inputrc b/readline/inputrc index 3f98c08d..6cfc4136 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -55,6 +55,11 @@ $if Bash # Expand ! history with a spacebar press Space: magic-space + # Tab does traditional blocking completion + Tab: complete + # Alt+A cycles through completion options + "\ea": menu-complete + # Alt-E (for exec) to prepend "exec " to a command and return to the end of # the line "\ee": "\C-aexec \C-e" -- cgit v1.2.3