Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GladioFeng opened this issue Dec 25, 2023 · 2 comments
Closed

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

GladioFeng opened this issue Dec 25, 2023 · 2 comments
Labels
question Further information is requested

Comments

@GladioFeng
Copy link

Describe your question

image

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

@GladioFeng GladioFeng added the question Further information is requested label Dec 25, 2023
@Aloxaf
Copy link
Owner

Aloxaf commented Feb 21, 2024

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 Aloxaf closed this as completed Feb 21, 2024
@GladioFeng
Copy link
Author

GladioFeng commented Feb 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants