`.vimrc`中颜色和colorscheme的区别

前端之家收集整理的这篇文章主要介绍了`.vimrc`中颜色和colorscheme的区别前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
. vimrc中使用的命令color和colorscheme有什么区别?

好奇,因为Janus: Vim Distribution的README.md使用颜色,而Solarized Colorscheme for Vim的README使用colorscheme.

:colo[rscheme] {name}
           Load color scheme {name}.  This searches 'runtimepath'
           for the file "colors/{name}.vim.  The first one that
           is found is loaded.

colorscheme的缩写是color

原文链接:https://www.f2er.com/bash/383995.html

猜你在找的Bash相关文章