Step 1:
Use the Reference 1 method to enable multi-line selection (while disable multi-block selection at the same time);
Code:
:shortcuts
{:editor/select-block-down false
:editor/select-block-up false}
Step 2:
Install the VIM plugin, and enter the visual mode, now you can select multi blocks using j or k.
Done.