文件名称:atom-view-mode:只读模式
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-14 02:29:22
CoffeeScript
视图模式包 只读模式。 受到启发 设定值 openPatterns (默认值:``) 按键图 默认 # 'atom-text-editor:not(mini)': # 'ctrl-x ctrl-q': 'view-mode:toggle' ' atom-text-editor.view-mode:not(mini) ' : ' q ' : ' view-mode:toggle ' # emacs like ' n ' : ' core:move-down ' ' p ' : ' core:move-up ' # vi like ' h ' : ' editor:move-to-beginning-of-word ' ' l ' : ' editor:move-to-end-of-word ' ' j ' : ' core:move-down '
【文件预览】:
atom-view-mode-master
----.gitignore(37B)
----package.json(412B)
----LICENSE.md(1KB)
----.travis.yml(200B)
----coffeelint.json(2KB)
----CHANGELOG.md(133B)
----keymaps()
--------view-mode.cson(911B)
----spec()
--------atom-view-mode-spec.coffee(3KB)
----README.md(1KB)
----lib()
--------main.coffee(3KB)
--------status-bar-view.coffee(934B)