Friday, March 18, 2022

Logseq multi selection of blocks and lines

Reference 1: https://discuss.logseq.com/t/how-to-shift-down-or-shift-up-to-select-the-next-line-in-a-long-block/1310/2

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.