diff options
Diffstat (limited to '.config/readline')
-rw-r--r-- | .config/readline/inputrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/readline/inputrc b/.config/readline/inputrc index 45010b1..8c5cb4d 100644 --- a/.config/readline/inputrc +++ b/.config/readline/inputrc @@ -9,6 +9,9 @@ set colored-completion-prefix on # Treat hyphens and underscores the same in the context of completion set completion-map-case on +# Complete prefix and show choices on one tab +set show-all-if-ambiguous on + $if editing-mode == vi # Change cursor to a bar when in insert mode set show-mode-in-prompt on |