meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.09k stars 127 forks source link

Meow support for emacs default keybinding #471

Closed traxyax closed 12 months ago

traxyax commented 12 months ago

I really like meow and Emacs default key-binds. I would like to know if it is possible to combine the two. For example, using C-n next-line will use meow-next and provide the visual hints.

DogLooksGood commented 12 months ago

Unfortunately, it can't. Meow calls the underlying command by key binds, so it's quite complex to achieve what you described.

traxyax commented 12 months ago

I understand. Thanks.