Treat prefix flags as invisible #186
Answered
by
henrebotha
henrebotha
asked this question in
Ideas
|
I enjoy I can see this sort of thing being a bit of a pattern. I feel like it would be neat if (optionally) zsh-abbr could be told to ignore strings starting with |
Answered by
henrebotha
Aug 4, 2025
Replies: 1 comment 3 replies
|
I'm almost following 😀 Is the code block what you want and can't currently have, or an example of the current problem? What about adding a glob prefix (If that's the right glob for "any number of non-whitespace characters prefixed by |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're totally right, I didn't realise I could basically do this with glob prefixes!
'-* '(hyphen followed by anything followed by space) seems to do the job.