How to get the list of all installed color schemes in Vim?

前端 未结 11 857

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.

11条回答
  •  盖世英雄少女心
    2021-01-29 18:02

    Type

    :colorscheme then Space followed by TAB.

    or as Peter said,

    :colorscheme then Space followed by CTRLd

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

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

提交回复
热议问题