{ "keys": ["up"], "command": "smart_cursor", "args": {"cmd": "move", "by": "lines", "forward": false}, "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
},
{ "keys": ["down"], "command": "smart_cursor", "args": {"cmd": "move", "by": "lines", "forward": true}, "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
},
adzenith wrote:For what it's worth, I've replaced the standard up and down arrows with this. I did this:
- Code: Select all
{ "keys": ["up"], "command": "smart_cursor", "args": {"cmd": "move", "by": "lines", "forward": false}, "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
},
{ "keys": ["down"], "command": "smart_cursor", "args": {"cmd": "move", "by": "lines", "forward": true}, "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
},
Return to Ideas and Feature Requests
Users browsing this forum: No registered users and 5 guests