如何使用热键滚动?

时间:2015-01-18 01:04:55

标签: atom-editor

我正试图从崇高的文字中重新创建这个:

{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0 } },
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0 } },

1 个答案:

答案 0 :(得分:4)

API目前不支持一行滚动,但您可以使用此插件实现它:

https://github.com/callum-ramage/ctrl-dir-scroll