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
-
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.
word
is a simply a normal mode I made for myself that just replaces the navigation commands withmeow-next-word
for lowercase andmeow-next-symbol
for uppercase bind, for exampleThis is what the mode selector currently looks like:
Now, I just need that last step. Would anyone know how to select a mode from a list? Here's what
meow-inner-of-thing
does:The most important bits are
bounds
andmeow--select-range
. I think this can be done with me replacing the short names for the modes and maybe usingfuncall
to call the mode.Beta Was this translation helpful? Give feedback.
All reactions