mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-15 14:33:48 -05:00
Added Tableize to wrap content into a table.
- Added :Tableize which accepts a range. It checks if the content has a delimiter defined by g:table_mode_delimiter and if so, it adds a table around it. - Added <Leader>T mapping, which is defined by g:table_mode_tableize_map that applies :Tableize on the visually selected range. - Added options for tableize. - Updated vim doc.
This commit is contained in:
Reference in New Issue
Block a user