我无法使用XFCE终端来显示VIM的颜色方案


10

这就是我的.bashrc中的内容

if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then
    export TERM=xterm-256color
fi

在我的.vimrc文件中,我有:

set t_Co=256

echo $ TERM打印xterm-256color

彩色打印256

我还运行了一个名为256colors2.pl的脚本,并且所有颜色均正确打印。我仍然在终端中看到的是这个(这是“沙漠”主题):

沙漠

另外,colortest.vim文件不能正确显示:

色彩测试

显然,它仅显示终端的默认调色板。


只是为了确认一下,“ :verbose set term?”(带有问号作为命令的一部分)的输出是什么?
赫珀特(Heptite)2014年

“ term = xterm-256color”。我不知道会发生什么 xfce终端是否覆盖颜色?
梦之

不应该这样
Heptite 2014年

那么您知道如何更改吗?
梦之

不幸的是,我不知道怎么了,所以我不知道。它不应该有任何区别,但是如果您:set term=xterm-color在Vim中进行操作会怎样?
赫珀特(Heptite),2014年

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.