tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes
http://www.vim.org/scripts/script.php?script_id=1173
GNU General Public License v3.0
1.4k stars 103 forks source link

Disable default mappings #292

Closed luiz00martins closed 3 years ago

luiz00martins commented 3 years ago

It would be nice if there was an option to disable the default mappings, so they wouldn't clobber any other mappings the user may have set to the same keys (since plugins are loaded after your vimrc, the plugin will overwrite your vimrc mappings).

Note: I'm not sure if this feature is already in place. If it is, I wasn't able to find it in the README or docs.

tomtom commented 3 years ago

Does :h g:tcomment_maps help?

luiz00martins commented 3 years ago

Yes, that's it! Thank you.