Vim FZF: sort initial results on file date

Viewed 1018

I have this vim mapping:

nnoremap <silent> <leader><space> :Files<CR>

Is it possible to change the sorting on the initial list?
It would be nice to see recently changed files first.
When I start searching, the normal sorting from fzf is fine.

1 Answers
Related