Live data from Hacker News

Remove Ex-Mode from Neovim

github.com

1–10 of 123 posts

Re: Remove Ex-Mode from Neovim

#4
post #3
post #2

For those who, like me, had never heard of Ex-mode: https://en.wikibooks.org/wiki/Learning_the_vi_Editor/Vim/Mod...

aka "Oh, that's the key I have been hitting by accident"

Yea, I finally got fed up one day and put

  nnoremap Q 
in my .vimrc. No more "how did I get HERE?"

Re: Remove Ex-Mode from Neovim

#6
Removing pretty powerful feature just because author of fork doesn't use it sounds… well, actually author of fork can remove whatever he likes, but presenting neovim like "refactord vim with more features" isn't fair or even plausible in this case. And for what reasons? Oh, I see, it makes code complicated. Did he think vim'c codebase is scary for no reason? Removing all the code from vim would be the ultimate simplification in that case. It's not popular feature? Well, I believe that there can still be more vim users that don't use macros, maybe remove them as well? Or maybe just replace vim with nano?

I, personally, used ex-mode only a couple of times, so even if I will use neovim I don't think I would care. But that just doesn't sound like a right think to do.

Post reply on HN