Vim Creator Bram Moolenaar Interview
evrone.com
Vim Creator Bram Moolenaar Interview
1–10 of 11 posts
Re: Vim Creator Bram Moolenaar Interview
#2This so much. There are amazing plugins out there, but for almost everything I really need, they are overkill. vim comes with so many things included out-of-the-box (just look at netrw), and for the few things I need on top of that, ahcking together a small function bound to a Key combo which calls an external script is usually enough.
Re: Vim Creator Bram Moolenaar Interview
#3Re: Vim Creator Bram Moolenaar Interview
#4Re: Vim Creator Bram Moolenaar Interview
#5No one asked about neovim
Re: Vim Creator Bram Moolenaar Interview
#6"Vim is my favourite text editor. I've been using it for years...I can't figure out how to exit."
Re: Vim Creator Bram Moolenaar Interview
#7Xophmeister -> 8 yr. ago on Reddit... "Vim is my favourite text editor. I've been using it for years...I can't figure out how to exit."
Re: Vim Creator Bram Moolenaar Interview
#8> Bram: I have to admit I don’t use many plugins, other than what is included with the distribution (such as matchit and termdebug). When I need something I tend to either make a quick hack or add it to the Vim base. That’s the luxury of being the creator :-). This so much. There are amazing plugins out there, but for almost everything I really need, they are overkill. vim comes with so many things included out-of-th…
> A Markdown acolyte came to Master Wq to demonstrate his Vim plugin.
> “See, master,” he said, “I have nearly finished the Vim macros that translate Markdown into HTML. My functions interweave, my parser is a paragon of efficiency, and the results nearly flawless. I daresay I have mastered Vimscript, and my work will validate Vim as a modern editor for the enlightened developer! Have I done rightly?”
> Master Wq read the acolyte’s code for several minutes without saying anything. Then he opened a Markdown document, and typed:
> > :%!markdown
> HTML filled the buffer instantly. The acolyte began to cry.
Re: Vim Creator Bram Moolenaar Interview
#9No one asked about neovim
Re: Vim Creator Bram Moolenaar Interview
#10> Bram: I have to admit I don’t use many plugins, other than what is included with the distribution (such as matchit and termdebug). When I need something I tend to either make a quick hack or add it to the Vim base. That’s the luxury of being the creator :-). This so much. There are amazing plugins out there, but for almost everything I really need, they are overkill. vim comes with so many things included out-of-th…
Vim koan: > A Markdown acolyte came to Master Wq to demonstrate his Vim plugin. > “See, master,” he said, “I have nearly finished the Vim macros that translate Markdown into HTML. My functions interweave, my parser is a paragon of efficiency, and the results nearly flawless. I daresay I have mastered Vimscript, and my work will validate Vim as a modern editor for the enlightened developer! Have I done rightly?” > Mas…
/bin/bash: line 1: markdown: command not found