vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Is it possible to disable table cell switch in insert mode #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I found there is a feature on editing table cells, that you can switch to other 
cell using "<tab>". This is really cool. But I found that it seems to be 
conflicted with other plugin using "<tab>", such as superTab. Is there any way 
to disable this function? I mean I can switch it off when I don't need it.

Thanks,

Dengyu

Original issue reported on code.google.com by ldy1...@gmail.com on 10 Feb 2012 at 3:53

GoogleCodeExporter commented 9 years ago
check :h g:vimwiki_table_auto_fmt

TODO: update documentation with an explicit note about turning off <tab> in 
insert mode.

Original comment by habamax on 10 Feb 2012 at 5:45

GoogleCodeExporter commented 9 years ago
@habamax

Thanks, I didn't realize that this option also applies to the table insert 
mode. Anyway, it's ok now.

Original comment by ldy1...@gmail.com on 10 Feb 2012 at 1:50

GoogleCodeExporter commented 9 years ago
Added new option g:vimwiki_table_mappings to control table mappings.

Original comment by habamax on 10 Feb 2012 at 4:07