#20 楼 @ywjno 相应的工具应该还有一些 http://vim-scripts.org/vim/tools.html 不知谁将一统江湖?
#21 楼 @AlphaLiu 可能 Vundle 真的会越来越流行了。真心希望 http://vim-scripts.org/ 能快些成长,我是早就恨透了 vim.org。
#8 楼 @superbatironmans5 对,正确的操作是应该用 Ctrl-W
配合 h j k l
来使用的。我一直使用 Ctrl-wwwww...
来切换是个坏习惯。不过如果打开的窗口数 =< 3
的话,应该还可以。
感觉以后可以顺便讲讲.vimrc 文件的语法
其实我作视频,最想得到的 feedback 是鼓励 ,比鼓励更想得到的是建设性的批评,和对新视频内容的 request。所以非常感谢您的 request,已经加到 Happycasts.net 的 TODOs
里了。
#6 楼 @dfang 您分享的两个链接我都仔细看过了,确实很有帮助,谢谢!我想在这期视频的改进版 (revised version) 里,我会对 Vundle 相关的内容做更为详尽的讨论的。
#4 楼 @superbatironmans5 Vundle 我也好好的试用过,确实很酷!对我而言:
vundle = pathogen + 自动化包管理
其中,自动化包管理
这部分的实现是基于这样一个假设:所有的 vim 插件都有一个 git 仓库对它进行托管
应该说这个假设在今天而言还过于理想化,很多 plugin 的作者根本不知道自己的插件已经移动到了 github 上,所以 vim-scripts.org 上的插件的更新可能不是很及时。
所以我目前还是选择 pathogen 的这种“土办法” ,这样不管我的插件是 .tgz .zip .git .vba....我都可以统一的把它们放在 .vim/bundle
之下统一管理。
不过如果 vim-scripts.org 可以持续改进的话,相信很快大家就都可以开开心心的使用 vundle 了。
#5 楼 @zhangyuan Thx! Fixed.
@azhao @billie @camel @cantin @chucai @ery @googya @jiffies @jjym @kenshin54 @lgn21st @lidashuang @linjunpop @lyfi2003 @poshboytl @rainly @sectic @stc @superbatironmans5 @xmonkeycn @xufeng
上面列出的都是以前发帖支持过 http://happycasts.net 的朋友,所以这里发送新帖通知给列位,希望能得到大家的更多支持。如果有朋友不想被打扰,可以在 LX 留言。
#8 楼 @superbatironmans5 Happycasts.net 是为正在做东西的同学准备的,目的是提高他们的效率。从小到大一路应试教育蹂躏过来,恨透了空理论。
喜欢两个短语:
#3 楼 @lyfi2003 e xxx_file
也不错,一路 <tab> + <c-d>
下来,也蛮快的。
对于 vim-server
, 如果你是用 GUI 的 vim,也还是强烈推荐的,参考 http://vimeo.com/4446112
不过如果用 terminal 里的 vim,就不是太好用了。因为打开新文件的时候 terminal 不会自动切换到 vim-sever 正在运行的那个 tab。
#1 楼 @superbatironmans5 感谢支持,http://happycasts.net 的主题是 Linux 基本开发技巧。观众是使用 Unix 作为工作机写代码的 craftsmen,所以主体内容是 bash, git, vim...尽量保持对语言和框架的中性。
以后可能发的视频:
rails 方面,将来如果发视频的话,我想和@poshboytl 合作,发到http://railscasts-china.com 上。已经发了一期了
http://railscasts-china.com/episodes/15-vim-complete-rails-contribute-by-peter-king
希望听到更多的鼓励和抱怨,多多支持啊
Won't be in town this time
Looking forward to next meetup: [email protected]
#2 楼 @zsljulius I believe "Teaching is the best way to learn", and as people say:"when you do a blog or screencast, the only one you need to please is yourself".
So bro, just dive in and start to MAKE sth, if you love it yourself, it's very likely that people will love it as well.
So there is no such question as "Not sure I am good enough to do sth"
#33 楼 @sundevilyang I wish I could, but not in town right now, pity!
How can I follow this up? Let's have a website, or twitter, weibo...
坚持
+1
Awesome!
Many people already showed ideas here: http://ruby-china.org/topics/882
Command-T is nice, but I love fuzzydfinder more. http://happycasts.net/episodes/24
#8 楼 @camel http://happycasts.net/episodes/28 In this screencast, I talked about how to switch among buffers, enjoy bro!
+1
有没有办法自动确定 context 长度吗? I think you can if you make your boundaries clear with regexp, don't know how.
If we really want tight control, write a formater maybe
rails s|my_formater.rb
So all I can give here is hollow guesses, but I've found this helpful: http://railscasts.com/episodes/56-the-logger-revised
Just checked your Email, and reproduced the error, thx for much for the feedback, am working on it.
Update: Fixed, now people can login with their github account http://happycasts.net/log_in