我的ubuntu 常用工具及配置

来源:互联网 发布:青年网络公开课全集 编辑:程序博客网 时间:2024/05/05 23:23

1.vim

我的~/.vimrc文件如下:

set fileencodings=utf-8,gb2312,gbk,gb18030                                                                                            

set termencoding=utf-8
set 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


未完待续。。。

0 0
原创粉丝点击