开发者

vim xptemplate shortcut not working

开发者 https://www.devze.com 2023-04-08 02:29 出处:网络
I have vim running on a remote server (connecting via the Terminal app on a Mac).It uses pathogen to manage plugins and has xptemplate installed.

I have vim running on a remote server (connecting via the Terminal app on a Mac). It uses pathogen to manage plugins and has xptemplate installed.

Recently the 开发者_如何转开发 that triggers xptemplate when you've inserted a keyword has stopped working. I can't think of anything I've changed.

If I do:

verbose imap <C-\>

it seems to be there:

i  <C-\>       * <C-R>=XPTemplateStart(0,{'k':'<C-\++'})<CR>
    Last set from ~/.vim/bundle/xptemplate/plugin/xptemplate.conf.vim

Any suggestions how to further debug it?

Thanks.


have you tried following this "trouble shooting" to track the problem?: https://github.com/drmingdrmer/xptemplate/wiki/FAQ

0

精彩评论

暂无评论...
验证码 换一张
取 消