How to sort the result elements by files' last modification date? #1273
Answered
by
ibhagwan
LintaoAmons
asked this question in
Q&A
-
I want to show the last modified file in the top of the list |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jun 16, 2024
Replies: 1 comment
-
:lua require('fzf-lua').files({ cmd = 'rg --files --sort modified' }) Lookup |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LintaoAmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lookup
man rg
for more options.