mini.pairs for ' and " suffix to numbers #1770
shuber2
started this conversation in
Show and tell
Replies: 1 comment
-
Yes, this indeed looks useful. Thanks for sharing! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I sometimes use ' and " as suffix to numbers like 5' for 5 minutes or 10'' for 10 seconds. It is already possible to achieve this with the mini.pairs configuration, like this:
That is, I effectively added
%d
to theneigh_pattern
for both cases. Maybe this helps others, too.Beta Was this translation helpful? Give feedback.
All reactions