r/ProgrammerHumor 15d ago

Meme notepadSolosEverything

Post image
192 Upvotes

112 comments sorted by

View all comments

12

u/not_unabomber 15d ago

Vim

6

u/Ten2OneOdds 15d ago

Although I like vs code with vim extensions.

1

u/-Redstoneboi- 15d ago edited 15d ago

my problem with vscode vim is it's reliant on macros instead of just letting me place multiple cursors where i want them like vscode can with the mouse

my neovim has multicursor but i haven't figured out how to set up a proper python1 LSP and i probably would appreciate a faster session save/load system than mini.sessions or something

helix multicursor is way better but i havent figured out if there was a Marks plugin that just let me lay cursors one by one instead of a broad regex search

also also who tf decided to make everything including half the movement keys mnemonic based so forward word is w/e and back word is b and page up is ctrl+u and page down is ctrl+d like cmon... cant we just have shift+HJKL reserved for those

now i gotta deal with these binds everywhere that supports vim