Commands
Navigation
Since the selection consists of whole lines, it only changes vertically. j
and k
work similarly to how they do in vim.
j
: go to the next linek
: go to the previous lined
: go to the first child of the selected blocks
: go to the parent of the selected line or block
Editing
change
(default binding:c
): language-defined. E.g. in JavaScript this selects the text between the parentheses forif
,while
, andfor
statements.wrap
(default binding:w
): wrap the selection. Uses the AST clipboard.