各大编辑器使用不如人意,notepad++,多人推荐,但zencoding使用太小家气。对我而言,其它的如ue启动太慢,等等原因。
不得不用神器:
vim下载,
http://www.vim.org/download.php#pcvim
vim入门教程:
http://rockux.com/archives/%e4%bd%bf%e7%94%a8vim%e7%9a%84%e5%8d%81%e5%a4%a7%e7%90%86%e7%94%b1
zencoding下载:
http://www.vim.org/scripts/script.php?script_id=2981
解压后覆盖到
C:\Program Files\Vim\vim73目录中,即为安装。
修改vim默认扩展快捷键:
在C:\Program Files\Vim\vim73目录下:
vimrc_example.vim文件中添加如下代码:
let g:user_zen_settings
=
{
\ ' indentation ' : ' ' ,
\ ' perl ' : {
\ ' aliases ' : {
\ ' req ' : ' require '
\ },
\ ' snippets ' : {
\ ' use ' : " use strict\nuse warnings\n\n " ,
\ ' warn ' : " warn \ " | \ " ; " ,
\ }
\ }
\}
let g:user_zen_expandabbr_key = ' <c-return> ' "设置为ctlr+回车 扩展
let g:use_zen_complete_tag = 1
\ ' indentation ' : ' ' ,
\ ' perl ' : {
\ ' aliases ' : {
\ ' req ' : ' require '
\ },
\ ' snippets ' : {
\ ' use ' : " use strict\nuse warnings\n\n " ,
\ ' warn ' : " warn \ " | \ " ; " ,
\ }
\ }
\}
let g:user_zen_expandabbr_key = ' <c-return> ' "设置为ctlr+回车 扩展
let g:use_zen_complete_tag = 1
本文转自豪情博客园博客,原文链接:http://www.cnblogs.com/jikey/archive/2011/01/10/1932032.html,如需转载请自行联系原作者