How to sort the list of buffers Vim displays on entering :b <Tab> by most recent?
I'm used to the Spacemacs ordering, which displays buffer filenames in separate rows (vertically) in the order of most recent access.
I like accessing files by autocompleting the filename, so :ls is not an option. I do not interact with buffers in other ways, so I'm fine with breaking things or using plugins. I already use fzf.vim.
There were some similar questions, but nothing directly relevant to my problem.
:b <Tab>. – Daniel Paleka Jun 10 '21 at 00:33bufexplorerfor viewing buffers; They are ordered by last used by default. Thenctrl-pfor a fuzzy file finder. Super easy to use and even more useful. – earthling Jun 10 '21 at 06:09<Leader> bto a list of buffers ordered by most recent, and tab-completion works. Could I bind:bto that? – Daniel Paleka Jun 10 '21 at 18:22:. Or do you mean map justbfrom command-line context? You can do that but I think you'll want to map it a particular way so you don't pick up any oldbon the command line. – B Layer Jun 11 '21 at 20:25cnoremapin the second update. How to jump to buffer from ls? – B Layer Jun 11 '21 at 20:45