dhruvasagar / vim-table-mode

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

Mapping ,tm not using <Plug> #150

Closed sheoak closed 5 years ago

sheoak commented 5 years ago

I think the mapping for ,tm is not using and can interfere with user mappings (I have ,t mapped already).

https://github.com/dhruvasagar/vim-table-mode/blob/865563f78506b8090d3839644bc667493b4b68f4/plugin/table-mode.vim#L62

sheoak commented 5 years ago

Sorry I just realized there was an option by trying to prepare a pull request.

For information if someone has the issue: let g:table_mode_map_prefix = ',i'