Hi, thank you for great extension! I love to use it.
This is not a bug request, but a feature request (suggestion).
It'd be awesome if we can navigate in table by using some handy keys, such as
Looking at the source code, but tab key seems to be tightly coupled to list-editing commands
Thanks for the feedback. This is somehow related to #23 while this one focuses on keybindings.
From a technique perspective, it is not that easy but still doable.
Looking at the source code, but tab key seems to be tightly coupled to list-editing commands
I don't think it is a big problem as we can check the context and then decide to indent or move to next cell.