diff --git a/frontend/src/components/editor/Editor.tsx b/frontend/src/components/editor/Editor.tsx index 8c159ca3..368316f0 100644 --- a/frontend/src/components/editor/Editor.tsx +++ b/frontend/src/components/editor/Editor.tsx @@ -94,9 +94,6 @@ function Editor(props: EditorProps) { ], }); - // Vim key mapping: Map 'jj' to '' in insert mode - Vim.map("jj", "", "insert"); - const view = new EditorView({ state, parent: element }); dispatch(setCmView(view));