PuercoPop@piefed.social to Emacs@lemmy.mlEnglish · 1 month agoUnderstanding Embark in GNU Emacs (a bit) and some 'stupid' Embark tricksutcc.utoronto.caexternal-linkmessage-square11linkfedilinkarrow-up115arrow-down10 cross-posted to: emacs@programming.dev
arrow-up115arrow-down1external-linkUnderstanding Embark in GNU Emacs (a bit) and some 'stupid' Embark tricksutcc.utoronto.caPuercoPop@piefed.social to Emacs@lemmy.mlEnglish · 1 month agomessage-square11linkfedilink cross-posted to: emacs@programming.dev
minus-squaresolrize@lemmy.mllinkfedilinkarrow-up3·1 month 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-up1·1 month 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-up2·1 month agoI think it’s supposed to guess what command you want from context, but I didn’t check carefully.
minus-squarenaeap@sopuli.xyzlinkfedilinkarrow-up1·1 month 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-up2·1 month agoI’d say completely off. 🙃 Vim’s command mode is more like Emacs’s execute-extended-command.
minus-squaresolrize@lemmy.mllinkfedilinkarrow-up1·1 month agoIf you check into it, let us know what you find out! I have too much going on right now.
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.
Hehe, I see, thanks ;-)
If you check into it, let us know what you find out! I have too much going on right now.