Matching number

I want to do the following shortcut:

number 2
to →
tab number 2

then

number 3
to →
tab number 3

And so on. How to match it and replace it?

1 Like

Welcome to the forum and excellent question! That will work in v4.1 (soon to be released) with a regex custom shortcut. To set it up you need to enable regular expression for the shortcut, and then have:

“number (.*)”
“tab number $1”

Fixed in the now available v4.1.0, you will be automatically updated shortly or you can easily force the update to happen immediately.

Looking forward to knowing if this works for you @lopes!