got you, thanks for the help. @rigmarole I just found this excellent workaround
it works great but of course needs to be done everytime obsidian restarts
Here’s what I’m doing in case anyone else find it useful:
-
Open Inspector (linux/windows shortcut)
ctrl
+shift
+i
-
Click on “console” tab
-
Paste the following code
CodeMirror.Vim.unmap('<C-c>')
That’s it
Since this needs to be done everytime you restart obsidian. I’m setting up a text expander shortcuts so that it’s easy to set up every time
hope it helps!