this post was submitted on 11 May 2024
554 points (96.8% liked)

Programmer Humor

20815 readers
199 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] JoYo@lemmy.ml 7 points 10 months ago (2 children)

helix has a pretty good mc system in the select mode.

[–] Jumuta@sh.itjust.works 5 points 10 months ago (2 children)

search in selection is such a cool workflow

[–] JoYo@lemmy.ml 3 points 10 months ago* (last edited 10 months ago)

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.

[–] whats_all_this_then@programming.dev 1 points 10 months ago (1 children)

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

[–] Jumuta@sh.itjust.works 1 points 10 months ago

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 :(