Atom editor 如何使用热键滚动?

Atom editor 如何使用热键滚动?,atom-editor,Atom Editor,我正试图从崇高的文本中重现这一点: { "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0 } }, { "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0 } }, API目前不支持滚动一行,但您可以使用实现该功能的插件: 讨论。可能是有用的内置快捷键:Ctrl+

我正试图从崇高的文本中重现这一点:

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

API目前不支持滚动一行,但您可以使用实现该功能的插件:

讨论。可能是有用的内置快捷键:Ctrl+