Skip to content

Commit 1d8c83c

Browse files
authored
Merge pull request #1028 from SISheogorath/docs/editorModes
Add documentation about editor modes in features page
2 parents 51f095a + 0915b33 commit 1d8c83c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

public/docs/features.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,23 @@ You can hover and click <i class="fa fa-chain"></i> to anchor on it.
8888

8989
Edit:
9090
===
91+
## Editor Modes:
92+
You can look in the bottom right section of the editor area, there you'll find a button with `sublime` on it.
93+
When you click it, you can select 3 editor modes:
94+
95+
- sublime (default)
96+
- emacs
97+
- vim
98+
9199
## Shortcut Keys:
92-
Just like Sublime text, which is pretty quick and convenient.
93-
> For more infomation, see [here](https://codemirror.net/demo/sublime.html).
100+
The shortcut keys depend on your selected editor mode. By default they are just like Sublime text, which is pretty quick and convenient.
101+
> For more information, see [here](https://codemirror.net/demo/sublime.html).
102+
103+
For emacs:
104+
> For more information, see [here](https://codemirror.net/demo/emacs.html).
105+
106+
For vim:
107+
> For more information, see [here](https://codemirror.net/demo/vim.html).
94108
95109
## Auto-Complete:
96110
This editor provides full auto-complete hints in markdown.

0 commit comments

Comments
 (0)