secureCRT/VIM 设置颜色相关 debian

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 打开即可

posted on 2017-10-09 14:36  ElyseeZone  阅读(168)  评论(0编辑  收藏  举报

导航