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
(Probably ignore on lowercase and only upper on uppercase?, something similar to a search in nvim)
Interesting, this is something I didn't know – does Vim also use or support smart case for the f key? Can you provide its documentation as a reference? I want to see how Vim handles it, since I want to make sure the jump-to-char behavior is as consistent with Vim as possible
Not for f, I don't think so. but this is more akin to a search since this implementation doesn't jump to next char only to firsts.
You could bypass jumping to Documents in nvim by jumping to the o if it's easier than jumping to D, or if there are other D before.
You also don't usually mix and match many uppercase words in nvim, while some directories are created in uppercase (Unix default I think? see most dirs inside home)
yazi --debug
outputPlease describe the problem you're trying to solve
Jump not grabbing uppercase files/directories on lowercase letter
Would you be willing to contribute this feature?
Describe the solution you'd like
Add a case sensitivity toggle/option, maybe make it ignore by default.
so you can use fd to get to Downloads/Documents, not only fD.
(Probably ignore on lowercase and only upper on uppercase?, something similar to a search in nvim)
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: