配置下载地址
- Vimrc
filetype indent on #文件自动缩进
set shiftwidth=2 #敲'>'缩进
gf #在路由使用可调至控制器,在控制器使用可调至视图,在render Partial后使用可跳至Partial
Rextract +名称 #选中要变为Partial的内容,Rextract后加名称,就直接render 'aa',生成Partial(_a.html.erb)
<div>
<ul>
<li>good</li>
</ul>
</div>
#dst 可将包裹标签去除
#选中内容敲'S'输入标签名 即可在外部添加包裹标签
#yss + 要加内容
#ds + 删除内容
网友评论