aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readline/inputrc5
1 files changed, 5 insertions, 0 deletions
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"