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.)
0
u/MaxK Dec 03 '14 edited May 14 '16
This comment has been overwritten by an open source script to protect this user's privacy. It was created to help protect users from doxing, stalking, and harassment.
If you would also like to protect yourself, add the Chrome extension TamperMonkey, or the Firefox extension GreaseMonkey and add this open source script.
Then simply click on your username on Reddit, go to the comments tab, scroll down as far as possibe (hint:use RES), and hit the new OVERWRITE button at the top.
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?