dhruvasagar / vim-table-mode

VIM Table Mode for instant table creation.
2.11k stars 96 forks source link

autoformat in normal mode #121

Closed ashfinal closed 7 years ago

ashfinal commented 7 years ago

When the cursor move between lines in normal mode, some chars get auto-formatted. Is this the expected behaviour? If so, how can I disable this? untitled

dhruvasagar commented 7 years ago

Hi,

This has been a recent addition to table mode. You can disable it by setting g:table_mode_auto_align to 0.

ashfinal commented 7 years ago

Big thanks! 👍