ubuntu14.04自带中文输入法,只要配置就可以了. 1.安装中文支持 System Settings --> Language Support 点击 install/remove languages, 安装 chinese(simplified) 2.选择输入法框架 在同一个页面选择 Keyboard input method system "IBUS" 3.配置拼音输入法 System Settings --> Text Entry 点击"+"
1..vimrc设置 syntax on set tabstop=4 set softtabstop=4 set autoindent set cindent set nu set ruler " change the interprise color 修改vim的注释颜色 highlight Comment ctermfg=green guifg=green~ 2.忽略tab键大小写: 编辑~/.inputrc,在里面加一行set completion-ignore-case on即可这