You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the built in text object it and at for hmtl tags. However, these are overwritten by wiki-at and wiki-it. Could you add a variable to disable them gloabally or map them to another binding?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'd like to use the built in text object it and at for hmtl tags. However, these are overwritten by wiki-at and wiki-it. Could you add a variable to disable them gloabally or map them to another binding?
You can disable or change it like this:
" disableletg:wiki_mappings_local= {
\ 'o_<plug>(wiki-it)': '',
\ 'x_<plug>(wiki-it)': '',
\ 'o_<plug>(wiki-at)': '',
\ 'x_<plug>(wiki-at)': '',
\}" use different map (e.g. d for description)letg:wiki_mappings_local= {
\ 'o_<plug>(wiki-it)': 'id',
\ 'x_<plug>(wiki-it)': 'id',
\ 'o_<plug>(wiki-at)': 'ad',
\ 'x_<plug>(wiki-at)': 'ad',
\}
Thank you for your Plugin I enjoy it very much.
I'd like to use the built in text object
it
andat
for hmtl tags. However, these are overwritten bywiki-at
andwiki-it
. Could you add a variable to disable them gloabally or map them to another binding?Thanks in advance!
The text was updated successfully, but these errors were encountered: