whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symbol "," matchs all non-alphabetic characters like "_" or "(".

xdidi3r opened this issue · comments

In the latest version, i found the symbol "," matchs all the characters except letter.

commented

Yes, but this is intentionally designed,
Because some non-alphabetic characters are not easy to type. such as '\', '|', '^', '}', etc.

thanks!