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

前端 未结 11 965

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:40

    If you have your vim compiled with +menu, you can follow menus with the :help of console-menu. From there, you can navigate to Edit.Color\ Scheme to get the same list as with in gvim.

    Other method is to use a cool script ScrollColors that previews the colorschemes while you scroll the schemes with j/k.

提交回复
热议问题