我已经在 vim 中安装了Supertab。现在我面临着我的缩写不能正常工作的情况。这将是:我写了缩写atn
,它扩展为@todo-next
. 现在我必须点击Tab
and Enter
,以便扩展工作。
我怎样才能让 iab 像以前一样工作?
这是我的缩写的摘录。
# :iab
i atn @todo-next
i ato @todo
我已经在 vim 中安装了Supertab。现在我面临着我的缩写不能正常工作的情况。这将是:我写了缩写atn
,它扩展为@todo-next
. 现在我必须点击Tab
and Enter
,以便扩展工作。
我怎样才能让 iab 像以前一样工作?
这是我的缩写的摘录。
# :iab
i atn @todo-next
i ato @todo