0
move command amount argument
The move command should have an "amount" argument instead of the "forward" boolean just like the scroll_lines command.
So you should be able to do something like:
{ "keys": ["ctrl+up"], "command": "move", "args": {"by": "lines", "amount": -10} },
Customer support service by UserEcho