emacs

danhab99@programming.dev to Programmer Humor@programming.dev – 561 points –
81

You are viewing a single comment

I use nano.

Nano >> vi/vim, emacs

4 letters < 2 letters.

vi forever.

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.

Nano is the best when you just need an editor, you can as well use an IDE instead of vi(m) or Emacs.