如何将某些命令与重复绑定?
例如:我需要绑定一个命令将光标下移到 10 行。一行是这样的:
{ "keys": ["alt+j"], "command": "set_motion", "args": {
"motion": "move",
"motion_args": {"repeat": 1,"by": "lines", "forward": true, "extend": true },
"linewise": true },
"context": [{"key": "setting.command_mode"}]
}