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
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?
In cheatsheet_syntax.md, we see that we can pass fzf option via
--fzf-overrides <arg>
, butnavi
also accepts (some)fzf
options directly. Why do we have an overlap infzf
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 hownavi
handlesfzf
options (--header-lines 5
).The text was updated successfully, but these errors were encountered: