« MyIM 宣布不再公司运作 | Main | [freeip] 清华大学校园网现行免费地址域列表20050928更新 »
October 6, 2005
时隔一年 再写VIM
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 http://windtear.net/archives/2005/10/06/000789.html http://windtear.net/archives/2005/10/06/000789.html 上次写VIM是 2004-06-09 转眼就一年了 十一长假忙的一塌糊涂 今天终于得以闲下来 于是就在家整理电脑 发现台式机里面有一份 vim手册文档 就看了起来 几个小时就这样过去了 http://vimcdoc.sourceforge.net/ http://man.chinaunix.net/newsoft/vi/doc/help.html zt zb u ~ Ctrl-V g~ %s/s+/^M/c 1,5!sort source set q @ %s/\([^,]*\), \(.*\)/\2 \1/c w e c vim -e -s a < a.vim $ ^ 0 fc set ignorecase D=d$ s=cl S=cc . redo set showcmd :hide edit 2.txt :args vim -o a b split close only ctrl w j vimdiff a b ctrl v ~ u U < > :w !wc K q: ctrl z fg set number& vim -b %!xxd %!xxd -r map memu ftplugin filetype ctags 很多事可以一两个按键轻松搞定 而且加上Linux/*NIX强大的协同工作能力(管道、定向等)和丰富的小巧强悍的小工具 vim可以轻松应付很多事 其他观点还是 2004-06-09 提到的那些 不展开了 2005-05-19 21:30 我爱网络 VIM 的代码自动缩进 autoindent 引出 set no VIM 设置 2004-06-09 00:59 我爱网络 VIM (VIsual editor iMproved - vim-enhanced) |
Posted by windtear at October 6, 2005 8:22 PM
Trackback Pings
TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/789
Comments
Post a comment
【我爱网络】
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题