From d507400e7c545a12827165039446d29712c049f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Fri, 31 May 2024 04:32:11 +0800 Subject: [PATCH] docs(README): distinguish often vs. not (#1198) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 882fdc110f0..256df62da82 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,11 @@ tracing on in it before doing anything else there. have to disable completion for that command in order to complete on the files that I need to?** -A. No. Use `M-/` to (in the words of the bash man page) attempt file +A. No. If needed just once in a while, + use `M-/` to (in the words of the bash man page) attempt file name completion on the text to the left of the cursor. This will circumvent any file type restrictions put in place by the bash - completion code. + completion code. If needed more regularly, see the next question: **Q. How can I override a completion shipped by bash-completion?**