1. 程式人生 > >secureCRT/VIM 設置顏色相關 debian

secureCRT/VIM 設置顏色相關 debian

app 設置 修改 term ide crt 登錄 選擇 ash

1. 先保證在linux的終端裏看到顏色,配置~/.bashrc下面這些取消註釋:

  1. # You may uncomment the following lines if you want `ls‘ to be colorized:
  2. export LS_OPTIONS=‘--color=auto‘
  3. eval "`dircolors`"
  4. alias ls=‘ls $LS_OPTIONS‘
  5. alias ll=‘ls $LS_OPTIONS -l‘
  6. alias l=‘ls $LS_OPTIONS -lA‘

註銷重新登錄即可

2. secureCRT ->session options->terminal->emulation terminal選擇linux,後面勾選ANSI和color scheme ,在appearance中color scheme 中選擇tranditional即可

3. vim裏面沒有顏色可以修改/etc/vim/vimrc 中的syntax on 打開即可

secureCRT/VIM 設置顏色相關 debian