folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
4.75k stars 154 forks source link

feature: Peek buffers like registers #562

Closed rudiejd closed 3 hours ago

rudiejd commented 6 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I always struggle navigating buffers, and while telescope is great, it would be nice to switch between buffers in fewer key presses in the same way I currently navigate to marks

Describe the solution you'd like

Add a built-in functionality for peeking buffers in the same way that you can peek registers/marks right now. Bind buffer mode to any key, then press the buffer mode modifier and enter bufnr. You could also use different numbering

Describe alternatives you've considered

I use harpoon for similar functionality right now, but it's more "the 3-4 buffers I think are important" as opposed to all opened buffers

Additional context

No response

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

folke commented 3 hours ago

Not interested in adding this