File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,23 @@ You can hover and click <i class="fa fa-chain"></i> to anchor on it.
88
88
89
89
Edit:
90
90
===
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
+
91
99
## 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 ) .
94
108
95
109
## Auto-Complete:
96
110
This editor provides full auto-complete hints in markdown.
You can’t perform that action at this time.
0 commit comments