That's more one way of doing things rather than a "FYI". Eg I switched capslock with ctrl. There are many ways to exit insert mode, I prefer:
inoremap jk <esc> inoremap kj <esc>
inoremap <esc> <nop> as this helps you train your fingers to stop using <esc>
That's more one way of doing things rather than a "FYI". Eg I switched capslock with ctrl. There are many ways to exit insert mode, I prefer: