Can I use <Ctrl> shortcut's in vim mode?

I found that I can't use <ctrl+char> set as a shortcut when in vim normal mode. But it works when I in the Insert mode.

But I can use <cmd+char> when in vim normal mode.

It quite strange.

<cmd+enter> Also can't use in normal mode

The support for CodeMirror's vim mode is limited and feature set is spotty. To be fair, it was only allowed because CodeMirror includes vim mode, but it was never intended as a main driver.

Hence, most issues you might encounter in vim mode are not to going be fixed.

In the past, there were even requests to remove the vim mode completely because of this situation.

So, if you heavily rely on vim, you'd better off using it as an external editor.

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