-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Clap buffers" should be ordered in LRU-order #59
Comments
An option would be nice and feel free to open up a PR, all you need to tweak is vim-clap/autoload/clap/provider/buffers.vim Lines 8 to 14 in a29c79e
The possible related api: |
Thank you for that fix! :-) It would be nice, if the current buffer was omitted from the list (or at least, put at its end). Currently, you have to type an additioanl |
Makes some sense. Please create a new issue for that feature. |
The list displayed by
:Clap buffers
is currently sorted by buffer number. It would be more convenient if it was sorted descencingly by the time of last use.I have mapped
:Clap buffers
to<leader>ob
(open buffer). If the list was sorted by LRU, I could simply type,ob<CR>
to toggle between the both last used buffers (e.g., implementation and corresponding tests).The text was updated successfully, but these errors were encountered: