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

Why do we have an overlap in fzf options? #905

Open
tapyu opened this issue Jul 10, 2024 · 0 comments
Open

Why do we have an overlap in fzf options? #905

tapyu opened this issue Jul 10, 2024 · 0 comments

Comments

@tapyu
Copy link
Contributor

tapyu commented Jul 10, 2024

In cheatsheet_syntax.md, we see that we can pass fzf option via --fzf-overrides <arg>, but navi also accepts (some) fzf options directly. Why do we have an overlap in fzf options?

---  --fzf-overrides '--query="Google Drive repository" --header-lines=5'

and

--- --header-lines 5 --fzf-overrides '--query="Google Drive repository"'

do exactly the same thing. Plus, there is an inconsistent syntax in fzf ('--header-lines=5) and how navi handles fzf options (--header-lines 5).

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

No branches or pull requests

1 participant