1.vim
我的~/.vimrc文件如下:
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8set encoding=prc
set tabstop=4
set shiftwidth=4
set showmatch
set incsearch
set autoindent
set smartindent
set ruler
set cursorline
set hlsearch
set nocompatible
set history=1000
2.统计代码行数:
cloc
3.代码比对工具:
meld
4.uml做图工具:
dia
5.目录层次查看:
tree
未完待续。。。