cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoDegoogling Guidelemmy.mlimagemessage-square22fedilinkarrow-up1375arrow-down113cross-posted to: programmerhumor@lemmy.ml
arrow-up1362arrow-down1imageDegoogling Guidelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square22fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareDahGangalang@infosec.publinkfedilinkarrow-up9·2 months agoIs there actually a way to do mapping (like google maps) with Vim? Or am I reading too much into the meme?
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up21·2 months agoNah, the author thinks vim is emacs or something like it.
minus-squareGrey Cat@lemmy.worldlinkfedilinkEnglisharrow-up5·2 months agoProbably 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.
minus-squareoptional@sh.itjust.workslinkfedilinkarrow-up3·2 months agoYeah, it’s simple: In Command mode you press :!google-chrome https://openstreetmap.org/ <Return>.
Is there actually a way to do mapping (like google maps) with Vim? Or am I reading too much into the meme?
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.
Yeah, it’s simple: In Command mode you press
:!google-chrome https://openstreetmap.org/ <Return>
.