this post was submitted on 03 Sep 2025
370 points (96.5% liked)
Programmer Humor
26135 readers
1194 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
Is there actually a way to do mapping (like google maps) with Vim? Or am I reading too much into the meme?
Yeah, it's simple: In Command mode you press
:!google-chrome https://openstreetmap.org/ <Return>
.Nah, the author thinks vim is emacs or something like it.
Probably reading into it. A lot of these are impossible or would be hellishly jank. Vim/Neovim is not THAT flexible. At least no one is tring to make it be.