Add optional Vim key bindings to the CodeMirror editor, matching the feature set that Obsidian and Zed ship. Disabled by default, toggleable in Settings.
Motivation
NeverWrite already uses CodeMirror 6, the same editor Obsidian builds on. Many users coming from Obsidian/Zed/Vim expect modal editing for fast, keyboard-driven note editing. Today there's no way to enable it. Since Obsidian itself uses the @replit/codemirror-vim engine, we can offer a familiar, well-tested experience with minimal surface area.
Add optional Vim key bindings to the CodeMirror editor, matching the feature set that Obsidian and Zed ship. Disabled by default, toggleable in Settings.
Motivation
NeverWrite already uses CodeMirror 6, the same editor Obsidian builds on. Many users coming from Obsidian/Zed/Vim expect modal editing for fast, keyboard-driven note editing. Today there's no way to enable it. Since Obsidian itself uses the
@replit/codemirror-vimengine, we can offer a familiar, well-tested experience with minimal surface area.