atom-sequential-command:多条命令合二为一

时间:2024-06-18 04:33:33
【文件属性】:

文件名称:atom-sequential-command:多条命令合二为一

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-18 04:33:33

CoffeeScript

顺序命令包 多条命令合二为一 灵感来自 。 键盘映射 默认没有键盘映射。 编辑~/.atom/keymap.cson ' atom-text-editor ' : ' ctrl-e ' : ' seq:end ' ' ctrl-a ' : ' seq:home ' ' alt-u ' : ' seq:upcase-backward-word ' ' alt-l ' : ' seq:lower-backward-word ' 设置 编辑~/.atom/config.cson # default settings " * " : " sequential-command " : " commands " : [ { " name " : " seq:end " , " commands " : [


【文件预览】:
atom-sequential-command-master
----.gitignore(37B)
----package.json(436B)
----LICENSE.md(1KB)
----.travis.yml(181B)
----coffeelint.json(2KB)
----CHANGELOG.md(300B)
----keymaps()
--------sequential-command.cson(517B)
----spec()
--------sequential-command-spec.coffee(3KB)
--------spec-helper.coffee(670B)
--------fixtures()
----README.md(1KB)
----lib()
--------main.coffee(2KB)
--------sequential-command.coffee(2KB)

网友评论