jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
684 stars 41 forks source link

Incorrect <tab> behaviour in table #200

Closed SebasF1349 closed 5 months ago

SebasF1349 commented 7 months ago

I haven't change the table config, nor its keybindings. Afaik should move to the next cell in insert mode, but it only works until the table is formatted. Once I format the table, doesn't work as expected. Sometimes it moves to random cells and sometimes it doesn't do anything.

Here is an example with format_on_move enabled: wezterm-gui_Xtog4oRce0

To be clear: if I disable format_on_move works. But once I run :MkdnTableFormat it breaks again.

jakewvincent commented 7 months ago

Thanks @SebasF1349, this is a bug (and I noticed it recently as well). Will take a look ASAP. Thanks for the issue.

jakewvincent commented 5 months ago

Hi @SebasF1349, apologies for such a delay! I just pushed a tentative fix for this. Can you pull the latest updates and let me know if this is improved?

SebasF1349 commented 5 months ago

Looks to be fixed. Thanks! And don't worry about the delay.

I think I may have found another bug with tables, but will test a bit more and open another issue if needed.

Thanks again.