mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
333 stars 42 forks source link

Allow user to disable mapping completely #48

Closed rafi closed 3 years ago

rafi commented 3 years ago

Allow user to disable key mappings completely, i.e.

let g:sonictemplate_key = 0
let g:sonictemplate_intelligent_key = 0
let g:sonictemplate_postfix_key = 0

This allows me to consume & use templates in other ways e.g. completion menu.

mattn commented 3 years ago

Thank you.