PuercoPop@piefed.social to Emacs@lemmy.mlEnglish · 3 months agoUnderstanding Embark in GNU Emacs (a bit) and some 'stupid' Embark tricksutcc.utoronto.caexternal-linkmessage-square8linkfedilinkarrow-up11
arrow-up11external-linkUnderstanding Embark in GNU Emacs (a bit) and some 'stupid' Embark tricksutcc.utoronto.caPuercoPop@piefed.social to Emacs@lemmy.mlEnglish · 3 months agomessage-square8linkfedilink
minus-squaresolrize@lemmy.mllinkfedilinkarrow-up0·3 months agoEmbark, “Emacs Mini-Buffer Actions Rooted in Keymaps”, https://github.com/oantolin/embark I had heard the name but didn’t know what it was.
minus-squarenaeap@sopuli.xyzlinkfedilinkarrow-up0·3 months agoThat reads a bit like vim command mode Is it meant to pretty much to do same? (trying to not say ‘emulate’ in this foreign community as a vim user ;-) )
minus-squaresolrize@lemmy.mllinkfedilinkarrow-up0·3 months agoI think it’s supposed to guess what command you want from context, but I didn’t check carefully.
minus-squarenaeap@sopuli.xyzlinkfedilinkarrow-up0·3 months agoYeah, it seems cool Just really reminded me of vim command mode and still not sure, if it’s kinda the same thing or if I’m completely off
minus-squareoantolin@discuss.onlinelinkfedilinkarrow-up0·3 months agoI’d say completely off. 🙃 Vim’s command mode is more like Emacs’s execute-extended-command.
Embark, “Emacs Mini-Buffer Actions Rooted in Keymaps”, https://github.com/oantolin/embark
I had heard the name but didn’t know what it was.
That reads a bit like vim command mode
Is it meant to pretty much to do same?
(trying to not say ‘emulate’ in this foreign community as a vim user ;-) )
I think it’s supposed to guess what command you want from context, but I didn’t check carefully.
Yeah, it seems cool
Just really reminded me of vim command mode and still not sure, if it’s kinda the same thing or if I’m completely off
I’d say completely off. 🙃 Vim’s command mode is more like Emacs’s execute-extended-command.