Meow Mode Selector #678
gs-101
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following what was written for the Meow thing functions, I tried to write something for a mode selector. I'm thinking about making some modes for specific needs in the future, such as structural editing with puni.
wordis a simply a normal mode I made for myself that just replaces the navigation commands withmeow-next-wordfor lowercase andmeow-next-symbolfor uppercase bind, for exampleThis is what the mode selector currently looks like:
Details
Now, I just need that last step. Would anyone know how to select a mode from a list? Here's what
meow-inner-of-thingdoes:Details
The most important bits are
boundsandmeow--select-range. I think this can be done with me replacing the short names for the modes and maybe usingfuncallto call the mode.Beta Was this translation helpful? Give feedback.
All reactions