Add documentation about editor modes in features page

Codemirror provides various modes via keymapping. These are already
available by a menu in the interface. But they aren't mentioned
anywhere.

This patch provides some documentation about the editor modes and their
implications. Since they are a feature, the documentation is done on the
features page.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2018-10-28 10:01:37 +01:00
parent c97027b897
commit 0915b33000
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with 16 additions and 2 deletions

View File

@ -88,9 +88,23 @@ You can hover and click <i class="fa fa-chain"></i> to anchor on it.
Edit: Edit:
=== ===
## Editor Modes:
You can look in the bottom right section of the editor area, there you'll find a button with `sublime` on it.
When you click it, you can select 3 editor modes:
- sublime (default)
- emacs
- vim
## Shortcut Keys: ## Shortcut Keys:
Just like Sublime text, which is pretty quick and convenient. The shortcut keys depend on your selected editor mode. By default they are just like Sublime text, which is pretty quick and convenient.
> For more infomation, see [here](https://codemirror.net/demo/sublime.html). > For more information, see [here](https://codemirror.net/demo/sublime.html).
For emacs:
> For more information, see [here](https://codemirror.net/demo/emacs.html).
For vim:
> For more information, see [here](https://codemirror.net/demo/vim.html).
## Auto-Complete: ## Auto-Complete:
This editor provides full auto-complete hints in markdown. This editor provides full auto-complete hints in markdown.