【发布时间】:2012-02-15 01:15:57
【问题描述】:
我猜很简单,但我无法从 vim 的 zencoding 中得到我认为正确的行为。
所以我正在做的是。
1) selecting using visual a who line.
2) Using <C-e> (rebound) to use zencoding.
3) supply the tags to apply and enter.
发生的情况是说使用 h2 发生在 all 上。
<h2>
My text
</h2>
不管我想要什么。
<h2>My Text</h2>
我怎样才能得到它?
【问题讨论】:
-
转到第一行蚂蚁类型
3J加入3行。 -
最新版本的 zencoding-vim 支持视觉选择。请尝试一下。