vimtricks.wiki Concise Vim tricks, one at a time.

How do I open a fuzzy buffer picker in Neovim with Telescope?

Answer

:Telescope buffers

Explanation

:Telescope buffers opens a fuzzy-searchable list of all open buffers. Filter by name, see buffer numbers, use to delete from the picker. Bind to fb for fast access.

Next

How do I replace every character in a visual block selection with the same character?