Replies: 1 comment
-
Haha, kind of fun. So you can type I wouldn't quite call that useful just yet. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Suffixes, same idea as zsh-abbr prefixes but following the abbreviation, "treat this as an abbreviation only if followed by ____"… Would that be useful? I hadn't thought about it until this week. Now I've thought of it, but I don't know if there's any reason for it.
Individual program's CLIs tend to narrow with each token, so within a command probably not that useful. But if you're piping, or
&&ing or;ing, maybe it'd be useful?Downside is it would incur some performance cost on each trigger of the expansion widget (
spaceby default). Don't know ahead of time whether it'd be a perceptible cost.No matter what, no immediate plans to implement. But interested to hear what you all think.
Beta Was this translation helpful? Give feedback.
All reactions