VIM scripting
1. ex -s file << EOF
1,5d
wq
EOF
2. sed -i '1,5d' file
3. vim file -s 'norm 5dd' -s 'wq'
VIM & IDE
手把手教你把Vim改装成一个IDE编程环境(图文)
http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
手把手教你把Vim改装成一个IDE编程环境(图文) -- 续1
http://blog.csdn.net/wooin/archive/2007/12/30/2004470.aspx
ctags -R --fields=+lS
Note:
The extension field "signature" is presently supported only for C-based languages and does not include the return type.
cf. http://ctags.sourceforge.net/ctags.html
2008-03-03
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment