0

move command amount argument

Chris Barnett 12 years ago 0

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} },