We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3039122 commit d507400Copy full SHA for d507400
README.md
@@ -104,10 +104,11 @@ tracing on in it before doing anything else there.
104
have to disable completion for that command in order to complete on
105
the files that I need to?**
106
107
-A. No. Use `M-/` to (in the words of the bash man page) attempt file
+A. No. If needed just once in a while,
108
+ use `M-/` to (in the words of the bash man page) attempt file
109
name completion on the text to the left of the cursor. This will
110
circumvent any file type restrictions put in place by the bash
- completion code.
111
+ completion code. If needed more regularly, see the next question:
112
113
**Q. How can I override a completion shipped by bash-completion?**
114
0 commit comments