Replies: 1 comment
|
Thanks for the suggestion!
The Neovim already has the notion of the "last buffer" which is called "alternate buffer/file" ( I don't think alternating the order of buffers in a picker aligns well with how the buffer list is treated everywhere else: the order is always by buffer identifier (as in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using mini.pick also for switching quickly between the current and the last buffer.
There are nvim builtin methods for doing that
[bor]bbut my muscle memory has gotten used to<Space><Space><CR>, because it's easier to type for me and I don't like and use the tablist.To archive that, the previous buffer must be the first item in the list of the opened buffers.
I think it could be an improvement in mini.pick core. Last buffer first item in the list, current buffer last item in the list. (second is less important to me)
If you like this idea, here is how I do this the quick 'n dirty way.
Maybe filter out the quickfix list...
All reactions