文章列表
update bundle of ruby on rails
svn export http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
update bundle of ruby
svn export http://macromates.com/svn/Bundles/trunk/Bundles/Ruby.tmbundle
下载后双击自动安装,其他的绑定原理同上
- 2009-02-15 22:26
- 浏览 1167
- 评论(0)
1.在cygwin/home/[user]/.bash_profile的末尾添加如下代码
export LC_ALL=en_US.UTF-16
export LC_CTYPE=en_US.UTF-16
export LANG=en_US.UTF-16
export XMODIFIERS=@im=Chinput3
stty cs8 -istrip
stty pass8
export LESSCHARSET=latin1
2.修改cygwin/home/[user]/.inputrc中的代码,去掉相关注释即可
set meta-flag on
set convert-met ...
- 2009-02-11 13:58
- 浏览 3379
- 评论(0)