Monday, July 5, 2021

Vim mindmap functionality

Hello,

I wish to enable mindmapping functionality inside Vim by somehow treating regions of text as programmatic objects. For example, with the help of a plug-in, a certain line of text can be recognized as the "current node". Then, if I execute a command like "create new child node", it knows to enter a new text line beneath that one. I would prefer that I cannot scroll the cursor over the document freely as I like, but that the cursor is trapped inside each line that is recognized as a node, and that I could only get out of that region by a mouse click or a special command.

Is this kind of functionality possible given Vim's plug-in support? I think workarounds approaching it will be possible.

Thanks very much,
Julius

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAGrXgp2szmj4snGPHL0h4qeibk3jfaq4W-eph8CWRLwwZ3Jvjw%40mail.gmail.com.

No comments: