When you have only one caret, the caret follow the viewing area.
when you selection is not empty or do you have more than one caret, the selection(s)/caret doesn't move.
- Code: Select all
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 1.0 } },
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -1.0 } }
startup, version: 2219 windows x64 channel: nightly