snakeemail的笔记 https://bbs.21ic.com/?420339 [收藏] [复制] [RSS]

日志

vim配置

已有 404 次阅读2017-12-20 21:42 |系统分类:兴趣爱好

1. 提示找不到 E492: Not an editor command: PluginInstall
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/plugin/Vundle.vim

2. secureCrt配置代码高亮
http://www.linuxidc.com/Linux/2017-02/140837.htm

3.修改文件夹显示的颜色
http://www.360doc.com/content/16/1219/12/16021371_615971165.shtml
修改文件~/.dircolors,没有就建立一个
sudo dircolors -p > ~/.dircolors
把里面的目录颜色改为
DIR 01;37 # directory
./bashrc就会自动调用这个新的配置文件
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"


路过

鸡蛋

鲜花

握手

雷人

全部作者的其他最新日志

评论 (0 个评论)