2008年11月18日

自定vim縮寫

每次要打printf( ... 很累,
可以利用vim 簡寫輸入的功能

:ab 縮寫 全部的字串



For example:
:ab pr printf("%s %n\n", __func__, __LINE__);
然後在insert mode輸入pr 就會自動換成後面的字串了

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...