draftman9
Results
33
comments of
draftman9
> It would be nice if one instance was able to serve multiple paths and there were either switches or HTTP API to add / remove such paths during runtime....
`let g:apc_enable_tab = get(g:, 'apc_enable_tab', 0) " not remap tab` 加入vimrc中,可取消tab在该插件的补全功能。
> 意思是不用tab选择补全项,用上下键头来选择么? 我感觉补全项出来后,按esc键后再取消tab的补全功能会更合理些,如果按了esc后,没有按tab键,又按了其他键,则恢复tab键的补全功能。 ``取消补全,``为向下选择,``为向上选择。