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’m gonma bookmark and try this next time I find the courage to mess around my nvim config. That last none_ls breaking change has made me very hesitant to mess around with things that aren’t just colorschemes ngl.
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
helix has a pretty good mc system in the select mode.
search in selection is such a cool workflow

yah ive been swapping to hx wherever i need to do refactoring, it’s too good to miss out.

space-r ename symbol for easymode.

This feels like something I also do in neovim unless I’m misunderstanding you completely. Is it highlighting text and having yoir search apply just to the highlighted text?

If so, yes it’s great whenever you use it

yeah, and helix spawns a cursor at every match
I’ve been meaning to check helix out for a while now but haven’t found the time :(
Same here, but Atom. Maybe I should start using Atom again.
FYI atom project is dead. There is a community form available but it was to buggy for me.
I know it’s dead. I still have it, and it still does all I want from an IDE.