`<C-m>` as `<CR>` (ctrl+m as enter), pressing ctrl-m is ignored in insert mode

Hello,

Using obsidian in vim mode was a pleasure so far, but I don’t understand why <C-m> is ignored, my expectation is that it should be equal to pressing Enter, which works across many different apps in Mac.
I managed to remap it in normal mode, but remapping in insert mode for unknown reason doesn’t work.

nmap <C-m> <CR>
imap <C-m> <CR>

With kind regards,
O

moved to help

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.