weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Need to toggle file list order or be able to jump to the end. #421

Open xbot opened 3 years ago

xbot commented 3 years ago

There is a common scenario to me. I want to find the latest created file in a folder, in which files are named with a date prefix.

For example:

2021-04-23-create-posts.php 2021-04-24-data-init-posts.php

If the folder contains many files, I have to scroll down the list a few times and then find the file. It would be nice to have a hotkey to toggle the file list order or jump directly to the end of the list. If the toggled state can be persisted, that would be great.