this post was submitted on 08 Oct 2023
542 points (89.0% liked)
Programmer Humor
19480 readers
30 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Simplicity > Complexity
Not if you need any work done.
That's when you switch to a IDE.
Neovim and emacs are IDEs.
Yes, if you can remember the shortcuts...
M-x IDE
You can customize all the shortcuts and create custom ones. I'd recommend utilizing the leader key concept, and centering your keybindings around that. For text editing, just use evil-mode, once you build up muscle memory with those Vim bindings it's just awesome.
By default they are not, but you can turn them into IDEs. In fact, you can turn them into better IDEs than stuff like IntelliJ or Visual Studio will ever be.
Nano is the best when you just need an editor, you can as well use an IDE instead of vi(m) or Emacs.