mickeynp / combobulate

Structured Editing and Navigation in Emacs with Tree-Sitter
GNU General Public License v3.0
911 stars 53 forks source link

could combobulate be made to fallback to standard emacs tools in non ts buffers? #74

Closed jave closed 8 months ago

jave commented 8 months ago

lets say you do combobulate in an org buffer.

you do M-a as shown in the transient buffer, but then we get "no available parser"

however, m-a is still possible in an org buffer, even without ts support.

Could we therefore have a fallback to whatever the m-a binding does in the current mode? in this case org-backwards sentence, in scatch its backward-sentence.

But what would be the point? The point would be that its difficult to remember all the keybindings, and it would be nice to use the combobulate transient as a way to remember the bindings, that is, the combobulate transient would always be useful as a memory aid, and when ts support is available, the full combobulate experience would be available.