作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题是off-topic .它目前不接受答案。
想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。
8 年前关闭。
Improve this question
我在 Ubuntu 64 位 13.04 下,我从 vim 开始,但我不明白我遇到的错误
Error detected while processing distinguished.vim: line 16: The distinguished color scheme requires gvim or a 256-color terminal Press ENTER or type command to continue
~/.vim/colors/
下据我所知,这
.vimrc
适合我要做的事情:
colorscheme distinguished
最佳答案
您需要一个支持 256 色的终端应用程序,以及一个 TERM
也指向 256 色 terminfo 的环境变量。您的终端可用的颜色数量与您的其余设置无关:)
在您的控制台中尝试:
export TERM=xterm-256color
vim
TERM=xterm-256color
您向应用程序表明您的终端支持 xterm 功能,包括 256 种颜色。你可以查看你的/usr/share/terminfo/目录,看看你的盒子支持的终端数量惊人,
man terminfo
将向您展示终端的大量可配置选项。
关于vim - vim 中的 256 种颜色以及如何安装新的配色方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16662603/
我是一名优秀的程序员,十分优秀!