mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

Add other standard maps to edit new empty buffer #463

Closed fedorenchik closed 3 years ago

fedorenchik commented 3 years ago

Startify already supports i and <insert> to open and edit new buffer. It would be nice to also support I, a, A, o, O.

mhinz commented 3 years ago

Unfortunately, that's very subjective. :-)

In my experience, having many default mappings is a bad thing (even more so when having multiple mappings for one thing), because then someone else will create another issue that the new defaults interfere with his mappings etc.

Long story short: autocmd User Startified nmap <buffer> I i etc.

Thanks anyway!