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
{{ message }}
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
In the case that the cursor isn’t at the end of a path:
/usr/local/foo/bar
^
cursor
The current behavior is to use the full path as the zfzf target. Other options include:
Only use the left-hand side (lhs), then re-append the right-hand side (rhs) after selection
Ignore the rhs
Use the lhs as the target, but only show subdirectories of the lhs that contain the path on the rhs (either as a direct or distant descendant). Similar to /usr/local/**/foo/bar.
Ideally, zfzf intelligently picks the option that makes the most sense based on context. And/or we could add new parameters to explicitly specify the desired behavior.
The text was updated successfully, but these errors were encountered:
In the case that the cursor isn’t at the end of a path:
The current behavior is to use the full path as the zfzf target. Other options include:
/usr/local/**/foo/bar
.Ideally, zfzf intelligently picks the option that makes the most sense based on context. And/or we could add new parameters to explicitly specify the desired behavior.
The text was updated successfully, but these errors were encountered: