progfolio / blimpy

Type the word BLIMPY in EMACS!!!
53 stars 1 forks source link

Blimpy keyboard combo, please. #1

Open emaphis opened 1 year ago

emaphis commented 1 year ago

A default keyboard combo should be defined, thanks. blimpy blimpy blimpy .

progfolio commented 1 year ago

I use a spacemacs-like mnemonic binding of "SPC b l i m p y".

emaphis commented 1 year ago

Ahhh... Thanks.

progfolio commented 1 year ago

Ahhh... Thanks.

🥩

sylvesterroos commented 9 months ago

In Doom Emacs you can add something like this to your config.el:

(map! :leader
      :desc "Type the word blimpy in Emacs"
      "i b" #'blimpy-type-the-word-blimpy-in-emacs)

blimpy blimpy blimpy blimpy!

progfolio commented 9 months ago

Doom Emacs

Should be easy to setup in Momacs as well.