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.
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.