安裝vim
vim安裝
安裝yum -yinstall vim*
vi 不變色
在shell終端輸入如下命令
echo $term
果然不是xterm,怪不得沒有顏色。
解決辦法:開啟shell配置檔案,.bash_profile或.bashrc加入下面一行
term=xtermexport term
.bash_profile,在根目錄下
crt設定變色
只需要兩個步驟:
1) 選項 --> 會話選項--> 終端 --> **--> 勾選「ansi 顏色」。
2) 在.bashrc中新增:exportterm=xterm
退出後重新連線就可以了。
vim顏色設定
vim 都是 通過 hi 這個命令來設定 例 設定關鍵字為藍色非粗體 hi identifier ctermfg blue cterm none bold 就設定成粗體 hi comment ctermfg darkgreen hi string ctermfg darkred hi type ct...
MFC label 設定字型 顏色
新建乙個mfc標準dialog工程並生成乙個cstatic的自定義類,我的類名為ccolorstatic 定義必要變數 cpp view plain copy print?protected colorref m crtext 字型顏色 colorref m crbackcolor 背景顏色 hbr...
設定字型與顏色
設定字型 控制項 fontdialog,label iffontdialog1.showdialog windows.forms.dialogresult.okthen label1.font fontdialog1.font endif 設定顏色 控制項 colordialog1 ifcolord...