I’m trying to remap esc to jj in .obsidian.vimrc
in windows. When I reload the the app the following warning appears:
I’ve already read the discussion in https://forum.obsidian.md/t/esc-remapping-not-working-in-vimrc-plugin/59866/14
The combinations I’ve tried are:
imap jj <Esc>
imap jj <esc>
inoremap jj <Esc>
inoremap jj <esc>
Could someone please help me?