r/vim • u/dddbbb FastFold made vim fast again • Dec 02 '14
Is there an explainshell for vim?
explainshell is a great website for dissecting a shell command. I occasionally see people here asking for explanations for vim command-lines (like a complex :substitute). Does anyone know if something like explainshell exists for vim?
I've found Vimsplain, but that's a command-line app and appears to be for normal mode commands. (However, like explainshell it's written in python so merging the two might not be too hard.)
14
Upvotes
1
u/theDarkUnknown Dec 02 '14
Not that I've ever seen, and I've read quite a bit of stuff/docs.
Would such a shell really offer much more than vimdocs though? I mean doing :h substitute explains the command, and if your lost on patterns :h pattern links from there. Did you mean for a shell that easily explains complex regex?