We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931b0bd commit 15657b6Copy full SHA for 15657b6
web/syscalls/editor.ts
@@ -26,7 +26,6 @@ import type { PageMeta, UploadFile } from "../../plug-api/types.ts";
26
import { openSearchPanel } from "@codemirror/search";
27
import { parseRef, type Ref } from "@silverbulletmd/silverbullet/lib/page_ref";
28
import { insertNewlineContinueMarkup } from "@codemirror/lang-markdown";
29
-import { configureVimMode } from "../../plug-api/syscalls/editor.ts";
30
31
export function editorSyscalls(client: Client): SysCallMapping {
32
const syscalls: SysCallMapping = {
0 commit comments