Open selfint opened 1 year ago
Navigation commands are ify at best currently.
This is because when we switched to node-based vs block-based objects, navigating to parent can sometime mean the cursor doesn't move.
We can probably easily fix this, by just iterating up the syntax tree until the "parent" doesn't start at the current cursor location.
Navigation commands are ify at best currently.
This is because when we switched to node-based vs block-based objects, navigating to parent can sometime mean the cursor doesn't move.
We can probably easily fix this, by just iterating up the syntax tree until the "parent" doesn't start at the current cursor location.