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
hi,'Search Visual Selected Word' is very useful for me, but how to search visual select word with a word boundary? I can't find the way to do it. Please help me. thanks!
The text was updated successfully, but these errors were encountered:
@bew It works, but you should turn on regex flag by let g:ctrlsf_regex_pattern = 1 or use command :CtrlSF -R '\bsome_word\b'. This is so because ctrlsf is searching literally by default.
hi,'Search Visual Selected Word' is very useful for me, but how to search visual select word with a word boundary? I can't find the way to do it. Please help me. thanks!
The text was updated successfully, but these errors were encountered: