Skip to content

Commit ce2d9d0

Browse files
frontsideairCompuIves
authored andcommitted
Indicate turning VIM mode on will enable CodeMirror (codesandbox#720)
* Indicate turning VIM mode on will enable CodeMirror * Fix lint issue
1 parent 27f4686 commit ce2d9d0

File tree

1 file changed

+3
-0
lines changed
  • packages/app/src/app/pages/common/Modals/PreferencesModal/EditorPageSettings/EditorSettings

1 file changed

+3
-0
lines changed

packages/app/src/app/pages/common/Modals/PreferencesModal/EditorPageSettings/EditorSettings/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ function EditorSettings({ store, signals }) {
7979
type="boolean"
8080
{...bindValue('vimMode')}
8181
/>
82+
<SubDescription>
83+
This will override Use CodeMirror setting as Monaco doesn{"'"}t have a VIM mode yet.
84+
</SubDescription>
8285
<Rule />
8386
<PaddedPreference
8487
title="Font size"

0 commit comments

Comments
 (0)