Earlier quoted context omitted.
There literally is a plugin [1] containing sensible defaults that everyone in the community agrees would be good as default but “backspace” and “incsearch” are the most obvious. “Backspace” allows you to delete with the backspace key beyond the point where you pressed “insert”. I don’t think I’ve ever met someone who thinks the vim default (not allowing this) is ergonomic. [1] https://github.com/tpope/vim-sensible
Have these already been adopted in neovim by default? It seems like I already have this behavior without needing any plugins.
Re: Notes on switching to Helix from Vim
#241There are quite a lot of default changes so go :he nvim-defaults to get them all but yes, the default setup in neovim is much more sane.