this post was submitted on 25 Oct 2023
2325 points (99.2% liked)
Programmer Humor
32453 readers
762 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You guys can exit vim? ๐
A1: Sure, but why would we want to?
A2: Yes, it's
:q![Enter]emacs[Enter]
New problem. I am now stuck in emacs.
Alt-x shell-mode
There you go.
Iirc it's
[Ctrl+X][Ctrl+C]neovim[Enter]
I have now achieved recursion.
nah, i just start a new terminal with
:terminal
and then start new vims inside that...