-
VIM Configuration
2008-05-20 13:23:40
"Sets how many lines of history VIM har to remember
set history=400
filetype indent on
"Enable syntax hl
syntax enable
syntax on
"Set 7 lines to the curors - when moving vertical..
set so=10
"Always show current position
set ruler
"Show line number
set nu
"Ignore case when searching
"set ignorecase
set incsearch
"show matching bracets
set showmatch
"Highlight search things
set hlsearch
"Restore cursor to file position in previous editing session
set viminfo='10,\"100,:20,%,n~/.viminfo
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
"Turn backup off
set nobackup
set nowb
set noswapfile
"set expandtab
set shiftwidth=8
"Auto indent
set ai
"Smart indent
set si
"C-style indeting
set cindent
"Wrap lines
set wrap
-
偶的装机软件列表
2008-05-11 18:41:10
操作系统:
1、WINDOWS:干活还离不开,主要因为公司的Outlook邮件系统
2、LINUX:Ubuntu/Fedora,转换中,基本可用,但易用性还是差点
浏览器:
1、Firefox:主要用2, 3还是beta,很多插件没跟上,装完机先用防火墙把IE禁止上网
文件管理:
1、FreeCommander:免费又好用,在偶用的范围完全可与TotalCommander媲美
防火墙:
1、Comodo Firewall:又是免费的
杀毒:
1、Norton 8.0:老版本占内存少,从以前公司偷出来的,应该算正版吧?但又是不花钱的
终端:
1、SecurCRT:盗版,主要为了其多窗口且能用Alt+123……切换,方便,但对Linux下make menuconfig界面支持不好设置
2、Putty:开源,挺好用,就是不能多窗口,有个mRemote把其集成为多窗口,但切换不容易,用的少
编程:
1、SourceInsight:盗版,但看代码是挺方便
2、SlickEdit:盗版,用的少,主要是查看变量跳转时,后退以后就不能前进到刚才的地方了,可能是因为它保存跳转信息用堆栈,后退就是出栈,前进的话只能再查看某变量的定义才入栈了;其他功能要比SI强多了,赞一下下。
3、VI:VIM,在U/L下只有这个简单、轻巧了
阅读:
1、FoxitReader:轻巧,启动那个快啊
2、Evince:Linux下用,也很不错
3、Chm Reader:Firefox的一个扩展,Linux下用,国人开发,好用
影音:
1、MPlayer:现在L/W下都可以用,尤其占资源少啊,偶5年前的机器了还能流畅的看1024×512的RMVB电影
2、千千静听:用的太少了,还没顾的上了解其历史,要是又像暴风影音那种做法的话就不用啦