Sublime Text bindings demoSublime文本绑定演示文档
The sublime
keymap defines many Sublime Text-specific bindings for CodeMirror. sublime
键绑定为CodeMirror定义了很多Sublime Text专有的键绑定。See the code below for an overview.请参阅下面的代码以了解梗概。
Enable the keymap by loading 通过载入keymap/sublime.js
and setting the keyMap
option to "sublime"
.keymap/sublime.js
,并设置keyMap
选项为"sublime"
来启用键绑定。
(A lot of the search functionality is still missing.)(很多搜索功能依然缺失。)