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

前端 未结 11 856

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 17:36

    You can see the list of color schemes under /usr/share/vim/vimNN/colors (with NN being the version, e.g. vim74 for vim 7.4).

    This is explained here.

    On the linux servers I use via ssh, TAB prints ^I and CTRLd prints ^D.

提交回复
热议问题