Replies: 1 comment 1 reply
-
The edit: This example doesn't work. See the next reply.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce:
cd ~/foo/bar
cd ~/foo/b|ar
cd ~/foo/ba|STUFF_I_DON'T_WANT_TO_SEEar
I really only want to see completion suggestions if the cursor is at the end of a line, or when there's whitespace immediately after. So if I type
git clone --depth 1 https://...
, and then go back to start typing another flag--q
like so:git clone --q| --depth 1 https://...
, then it's okay to suggest--quiet
because the cursor is not in the middle of a word. How can I configure ble.sh to behave this way?Beta Was this translation helpful? Give feedback.
All reactions