Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Q] can not use regex character, such as $ and .

GladioFeng opened this issue · comments

Describe your question

image

regex function does not work, hit $, but it does not work
image

There are two reasons:

  1. fzf doesn't support search with regex: https://man.archlinux.org/man/fzf.1#EXTENDED_SEARCH_MODE
  2. fzf-tab will add some non-printable characters as seperator, so $ won't match suffix.

@Aloxaf
can I modify some setting to make $ match suffix?
^ can match prefix in my remote pc.