Expand global abbreviation after colon? #195
Replies: 1 comment 5 replies
-
|
I think it's currently not. The LBUFFER (command line to the left of the cursor) is split with edit: fixed the mistake input="a:b"; fragments=( ${(z)input} ); for fragment in $fragments; do echo $fragment; doneIn the earliest early versions I attempted to roll my own splitter, which would split on whitespace and various non-letter characters. It gave me trouble. Thinking about it now, if this were worth doing it might work to build on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is this currently possible?
That is to say: Can things be configured such that global abbreviations get expanded after a colon (
:)?I assume it's not.
Beta Was this translation helpful? Give feedback.
All reactions