this post was submitted on 21 Feb 2024
345 points (90.2% liked)

Programmer Humor

32054 readers
1563 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 7 months ago (1 children)

I returned to emacs yesterday after using vscode out of laziness. I set up doom emacs and got everything I needed. Now typing is fun again. Actually before that tried neovim for the first time. I can't do modal. Makes me very uncomfortable.

[–] [email protected] 1 points 7 months ago (1 children)

Hi, what do you mean by modal?

[–] [email protected] 1 points 7 months ago

In vi for example you switch between modes. In insert mode you can insert text and in normal mode you can move around and do many other actions to edit. Getting used to this takes time and I don't have the energy for now.