iterm2就不说了,Mac下非常好用的终端,这里就先谈谈如何给其增加配色,效果如下图 可以来这下载theme : http://iterm2colorschemes.com/ 1.先编辑你的profile来添加如下信息 : vim ~/.bash_profile # Set CLICOLOR if you want Ansi Colors in iTerm2 export CLICOLOR=1 # Set colors to match iTerm2 Terminal Colors expor
Ubuntu # vim ~/.vimrc # /hom/zzx 下 set nomodeline "(这个一定要写,目前有这个安全漏洞) set nocp set hls is set ic set autoindent set backspace=2 syntax on set bg=dark #有这一行就行 上面其他没有也能高亮 "(更改背景色调/默认为light, " 为注释
syntax on set nu set noic set t_Co=256 set tabstop=4 set nocompatible set shiftwidth=4 set softtabstop=4 set backspace=2 set autoindent set expandtab set smartindent set hlsearch "状态栏显示当前执行的命令 set showcmd "粘贴时保持格式 set paste "允许使用鼠标点击定位 &quo