Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
61–70 of 123 posts
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#62Earlier quoted context omitted.
I've never touched neovim as I'm perfectly happy with vim - what reasons are there for me to consider making the switch? I would guess neovim isn't even on the radar of most vim users. I don't see neovim surpassing vim any time soon, personally.
Neovim's popularity is more with extension developers. My understanding is that it enables them to develop features rivaling those in IDEs. Vim users won't switch for Neovim itself, but they might if extension writers only target Neovim. I think Neovim also has a pluggable engine, so IDE vim emulators can simply include that portion rather than implementing the functionality per platform.
Edit: Forgot to mention, many of the improvements in vim 8 were clearly in reaction to Neovim's innovations. Both projects benefit from the other, this isn't a fight to the death.
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#63I love vim, and I'm always happy to read interviews with the developers who make and manage the tools I use or like. However, I find this article to be somewhat of a mishmash with an uncertain audience. From the title, I had expected this to be a transcript of an interview. But it's not. Thank you for the link. The article also heavily implies that Bram is the sole and only developer, and mentions that vim has had fo…
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#64I don't know if I am too old or just think differently than vim enthusiasts, but I somehow couldn't bring myself to like vim. Of course that's might be since I can't find motivation to dig into it further. As a developer I use it almost daily when doing something on the server, like editing some config etc., but I somehow always prefer a software, where you do things intuitively without needing to first learn a short…
I use vsVim which is a vim plugin for visual studio, so I get the best of both worlds :)
ViEmu though, is fantastic.
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#65I don't know if I am too old or just think differently than vim enthusiasts, but I somehow couldn't bring myself to like vim. Of course that's might be since I can't find motivation to dig into it further. As a developer I use it almost daily when doing something on the server, like editing some config etc., but I somehow always prefer a software, where you do things intuitively without needing to first learn a short…
> but I somehow always prefer a software, where you do things intuitively without needing to first learn a shortcut for everything. As the quote goes, "The only "intuitive" interface is the nipple. After that it's all learned." The word you're looking for is "different". Vim (and Emacs) have different shortcuts than what you're used to from Windows. That's because they're much older . Vi and Emacs actually predate th…
Yes, but that is different, since in "normal" IDE, I dont need to use shortcuts for everything. In vim, you must learn how to select something, then how to copy it and how to paste it. In an IDE, I just select it with mouse, since in all other software I also select the exact same way, and shortcuts are only ctrl-c ctrl-v. Of course I also use other shortcuts, like F2 and ctrl-F2 for bookmarks, but normally I don't need them for everything.
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#66Earlier quoted context omitted.
I think that so long as the primary rhetoric from the NeoVim camp is "vim is dead, long live NeoVim", with a dash of disrespect for Bram and his goals of continued platform compatibility and coding style... I personally don't expect such acknowledgement. Doing so might make Bram the 'better person', but I wouldn't blame him if it makes him a bit resentful.
What? I've seen tarruda and co. explicitly express gratitude and thanks to Bram.
No, the core contributors have not been outright in their criticisms, but IMO the fork itself shows a lack of respect for Bran's work and a lack of willingness to work with him to make Vim better. And now tarruda has stepped back from NeoVim, perhaps recognizing himself the cost that Bram bears.
By simply contributing to the tests - one of the outright critiques of Vim itself - they could have brought a lot more confidence to accepting such patches to Vim, but they chose to take their ball and play elsewhere instead.
What frustrates me the most is that instead of two branches of Vim that are moderately better (with the future of one of the branches being left behind), we could have had one which was much better.
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#67Earlier quoted context omitted.
I've never touched neovim as I'm perfectly happy with vim - what reasons are there for me to consider making the switch? I would guess neovim isn't even on the radar of most vim users. I don't see neovim surpassing vim any time soon, personally.
That got me: https://github.com/neovim/neovim/wiki/FAQ#how-can-i-change-t... It feels faster to me, but I haven't compared to vim 8. I don't use any plugins doing work in the background, so that's not the difference here.
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#68I don't know if I am too old or just think differently than vim enthusiasts, but I somehow couldn't bring myself to like vim. Of course that's might be since I can't find motivation to dig into it further. As a developer I use it almost daily when doing something on the server, like editing some config etc., but I somehow always prefer a software, where you do things intuitively without needing to first learn a short…
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#69I don't know if I am too old or just think differently than vim enthusiasts, but I somehow couldn't bring myself to like vim. Of course that's might be since I can't find motivation to dig into it further. As a developer I use it almost daily when doing something on the server, like editing some config etc., but I somehow always prefer a software, where you do things intuitively without needing to first learn a short…
> but I somehow always prefer a software, where you do things intuitively without needing to first learn a shortcut for everything. As the quote goes, "The only "intuitive" interface is the nipple. After that it's all learned." The word you're looking for is "different". Vim (and Emacs) have different shortcuts than what you're used to from Windows. That's because they're much older . Vi and Emacs actually predate th…
Re: Bram Moolenaar Discusses Developing Vim, How He Uses It, and Version 8
#70Does anyone know what vim plugin or feature is pictured in the illustration? The code outline on the right side?