You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Hi @vkocubinsky , I know that the plugin is no more supported because you moved to vim, but maybe you do remember about this:
Currently, after each keypress in a table, the table alignment is broken, until you press <TAB>, and then the alignment is restored.
How would it be possible to have auto-re-alignment after each keypress?
Do you remember where is the "keypress event listener" in your .py files? Should we trigger "table-re-align" (what's the function name for that?) there?
Hi @vkocubinsky , I know that the plugin is no more supported because you moved to vim, but maybe you do remember about this:
Currently, after each keypress in a table, the table alignment is broken, until you press
<TAB>, and then the alignment is restored.How would it be possible to have auto-re-alignment after each keypress?
Do you remember where is the "keypress event listener" in your .py files? Should we trigger "table-re-align" (what's the function name for that?) there?