1
lldong 2011-12-20 00:23:35 +08:00
可以参考下这个软件的一些功能 http://pqrs.org/macosx/keyremap4macbook/
|
2
xell 2011-12-20 00:27:07 +08:00
Very Good!
|
3
sinxccc 2011-12-20 01:59:55 +08:00
这一点上是 Emacs 用户比较幸福。
|
4
myrual 2012-02-11 14:58:09 +08:00
|
5
freestyler 2012-02-11 15:00:10 +08:00
有这功夫不如学emacs
|
6
ant_sz 2012-02-11 15:44:57 +08:00
xcode4怎么使用呢?
|
7
WarWithinMe OP @ant_sz 安装SIMBL,然后将bundle放到SIMBL的plugins目录,之后就可以用了.
|
8
WarWithinMe OP @myrual 看了一下那个的源代码...貌似它的支持visual mode...不过它的很多东西例如,'w'移动到下一个word是用xcode提供的方法, 我记得xcode自己提供的方法其实跟Vim有很大差别.
|
9
myrual 2012-02-14 17:34:05 +08:00
@WarWithinMe 是的,支持visual mode是很方便的。
移动起来快很多,而且支持:w。 |
10
WarWithinMe OP @myrual
xVim更新到0.2, 支持Visual Mode了. 在这里卖个博文链接估计无伤大雅吧: http://warwithinme.com/blog/2012/02/23/xvim-v02/ |
11
myrual 2012-02-25 15:55:16 +08:00
开始用了。效果很好
|
12
lldong 2012-02-29 12:26:37 +08:00
xVim被加入到Chocolat beta6了
|
13
WarWithinMe OP @lldong 是的。。。不过越来越感觉到目前的代码结构太难扩展下去了。。。"."命令真不知道怎么弄。。。打算跟另外一个XVim项目合并。
|
14
lldong 2012-02-29 22:17:31 +08:00
@WarWithinMe 另一个XVim的代码结构确实好一点,而且感觉通过xcode plugin的方式会比SIMBL好
|
15
WarWithinMe OP @lldong 直接是plugin的话,起码方便一些。。
|
16
ashchan 2012-03-01 08:57:37 +08:00
@WarWithinMe Virtual Mode+! Thanks for the awesome work!
|
17
ashchan 2012-03-01 09:14:26 +08:00
@WarWithinMe master branch下不含Virtual Mode?find ?很不错,不过跳n/N好象上下顺序是返的。
|
18
WarWithinMe OP @ashchan Master里面是有Visual的。。不过Visual里面很多命令还不支持。n/N的顺序应该是对的,因为这个是Chocolat那里的人给的代码。
|
19
ashchan 2012-03-01 09:35:07 +08:00
@WarWithinMe 嗯,顺序确实是对的,不好意思。
我似乎进不了Virtual Mode。一会连回家去试试另一台机器中。现在使用的本子上有些很怪异的行为,比方说去第20行,20G不起作用,会到最后一行,好像是0吃掉了这个命令。不过这在另一台机器上是正常的(那台上是Xcdoe 4.4,xVim跑得很欢:)。 谢谢! |
20
fly2never 2012-08-21 18:52:30 +08:00
找到一个这个 https://github.com/JugglerShu/XVim
和作者这个project什么关系? |
21
WarWithinMe OP @fly2never XVim比我的这个xVim要稍微后一点出来。。。两者几乎完全不同的实现。后来我将一些代码提交到XVim上,并且终止了xVim的开发。。现在应该直接用XVim就好了。。
|