Linux配置
时间:2010-06-03 来源:Codeplayer
关闭Linux响铃
1.
关闭shell中的响铃
整体关闭 vi /etc/inputrc
添加 set bell-style=none
set bell-style none
set bell-style off
2.
关闭x环境和shell环境声音.编辑~/.bashrc文件,加入xset b off
图形化:把terminal的profile中的那个"终端响铃" 去掉。
下载gcc/g++
yum install gcc gcc-c++
vim设置
colo evening
set noeb //错误声音
set autoindent //自动缩进
set tabstop=4 //tab键值
set backspace=indent,eol,start //
set whichwrap=>,<,[,] //光标wrap移动
source insight
1、Options->Style Properties
2、左边Style Name下找到Comment Multi Line、Comment、Comment Right、Comment Single Line.在右边对应的Font属性框下的Font Name中选“Pick...” 设置为宋体、常规、小四,确定,退回Style Properties界面,Size设为12。(字号可根据自己的喜好和显示器大小适当设置,当然,不同地方的注释也可以设置成不同的样式)
相关阅读 更多 +