如何获得Vim中所有已安装的配色方案的列表?

问题描述:

有没有一种方法可以获取Vim中所有已安装的配色方案的列表?这样一来,无需查看.vim目录,即可非常轻松地选择一个.

Is there a way to get a list of all installed color schemes in Vim? That would make very easy to select one without looking at the .vim directory.

类型

:colorscheme,然后是 Space ,然后是 TAB .

或如彼得所说,

:colorscheme然后是 Space ,然后是 CTRL d

该命令的缩写为:colo,因此您可以在前两个命令中使用它,而不必使用长格式".

The short version of the command is :colo so you can use it in the two previous commands, instead of using the "long form".

如果您要查找和预览更多主题,可以使用各种网站,例如 Vim颜色

If you want to find and preview more themes, there are various websites like Vim colors