Anel Drocic

Results 8 comments of Anel Drocic

@suxur I am having no issue opening the quick switcher using your exact snippet in my vimrc. Are you still struggling with this?

Thanks! Your issue is with the normal mode remapping for your colon and semi-colon keys included in your vimrc. The output after hitting `` sends colon, but your mapping changes...

> I too had this error, until I updated React to version 19. > > So that means update react, react-dom and the @types/react: [Official upgrade guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) Yeah I figured...

Any updates on this? I am also having this issue.

This is quite late, but anyhow... I have proposed a PR that adds support for this. Hope this helps. https://github.com/esm7/obsidian-vimrc-support/pull/258

I have proposed a PR that adds support for this. Hope this helps. https://github.com/esm7/obsidian-vimrc-support/pull/258

It looks like this PR in codemirror-vim -> (https://github.com/replit/codemirror-vim/pull/198/commits/832a695b119e45d4158be6bd6b73aa44409d62fe) from the day before you submitted this issue is likely attempting to resolve the reason why you are experiencing this problem.

Starting in Obsidian 1.7.2, ex commands (those entered with a leading : in Vim) must be followed by an explicit Enter `()` to execute. Previously, Obsidian’s Vim implementation could execute...