You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the text in the buffer is split with the \W character, which includes hyphens; I'd like to be able to configure it so that it splits by other characters, like [^[:alnum:]_- for instance.
Right now the text in the buffer is split with the
\Wcharacter, which includes hyphens; I'd like to be able to configure it so that it splits by other characters, like[^[:alnum:]_-for instance.