Can I sort by most recently accessed? #1454
Answered
by
ibhagwan
ethanuppal
asked this question in
Q&A
-
Is there a way to sort the results of |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Sep 23, 2024
Replies: 1 comment 1 reply
-
The lists are the output of the underlying command If you want to sort by last accessed use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ibhagwan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The lists are the output of the underlying command
fd
for files andrg
for grep (if installed), you can send custom flags usingfd_opts
andrg_opts
and use--sort=...
but I'm not aware of any that sort by last accessed.If you want to sort by last accessed use
:FzfLua oldfiles
.