Trying to implement a keybinding to allow me to quickly navigate up or down multiple lines at a time, but it seems the “amount” parameter is ignored… Any suggestions? Thanks.
{ "keys": "ctrl+up"], "command": "move", "args": {"by": "lines", "forward": false, "amount": 5.0 }},
{ "keys": "ctrl+down"], "command": "move", "args": {"by": "lines", "forward": true, "amount": 5.0 }},