this post was submitted on 17 Mar 2025
75 points (96.3% liked)
Programmer Humor
21657 readers
606 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Vim and emacs usually run in the terminal and require keyboard commands to complete actions.
A GUI IDE like vscode or pycharm has mouse driven menus and buttons, although of course it's possible to use keyboard commands.
That to me is the difference. Personally, I use vim mod with pycharm and some messy hybrid combination of vim commands and ctrl + ?
It is most certainly not usual to run Emacs in the terminal.
And you can use Emacs with a mouse.
I thought emacs was all about ctrl + ?.
https://www.gnu.org/software/emacs/
I use vim, but considered emacs. I thought the plugins like organisers and such seemed a cool idea.
It is, but you have gui features
collapsed inline media
I use Emacs and neovim. Each is better in different scenarios.