I’d find it very useful to have practical ways to move around a rem according to its structure. For example, to move the cursor:
- to the previous/next sibling
- to the parent
- to the beginning of the selected rem
I haven’t found satisfactory workarounds so far. Have you?
- There’s
Shift+Up
which lets you select the previous sibling (or parent if there aren’t any left); after that, pressingUp
leaves the cursor at the end of the rem. Even this functionality, as limited as it is, I have found pretty useful. - Alternatively, you can move up the selection as mentioned before and then collapse
Ctrl+Up
and expandCtrl-Down
to then easily navigate on one level at a time. However, this un-hides every rem you might have wanted to keep hidden just for purposes of navigation. -
Ctrl+s
+ hierarchical navigation also kinda work but you need to start by searching the current rem. - Zoom in and out as needed: not too fast and a bit jarring.
I can think of many possible solutions, but I don’t want to tie down the feature request to any one in particular.