I still don't get buffers

https://programming.dev/post/13934342

I still don't get buffers - programming.dev

Same thing but reversed with multiple cursors :/
That’s actually the biggest thing I miss about VSCode

github.com/mg979/vim-visual-multi

I also missed multiple courses, but I started using vim-visual-multi in my nvim config and it’s been great. There’s a few others I tried that I couldn’t get to work quite right (usually some weird conflict with nvim-cmp) but I’ve had the best success with vim-visual-multi.

GitHub - mg979/vim-visual-multi: Multiple cursors plugin for vim/neovim

Multiple cursors plugin for vim/neovim. Contribute to mg979/vim-visual-multi development by creating an account on GitHub.

GitHub
I also tried github.com/smoka7/multicursors.nvim and the experience was horrible. Then I tried github.com/…/multiple-cursors.nvim and I absolutely love it. It has conflict with cmp, but the README has great tutorial on disabling cmp only when using multiple cursors, and dealing with other plugins to maks them work or disable them in the multicursor mode.
GitHub - smoka7/multicursors.nvim: A multi cursor plugin for Neovim.

A multi cursor plugin for Neovim. Contribute to smoka7/multicursors.nvim development by creating an account on GitHub.

GitHub