diff --git a/web/editor_state.ts b/web/editor_state.ts index 189afccd..5541c03e 100644 --- a/web/editor_state.ts +++ b/web/editor_state.ts @@ -367,7 +367,7 @@ export function createKeyBindings(client: Client): Extension { ...createCommandKeyBindings(client), ...createSmartQuoteKeyBindings(client), ...closeBracketsKeymap, - ...standardKeymap, + ...client.ui.viewState.uiOptions.vimMode ? [] : standardKeymap, ...completionKeymap, indentWithTab, ]);