Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用终端 vim 进入现有和新程序。我讨厌这样一个事实,即在任何时候我都需要在:syntax on命令行上启动以使语法变得丰富多彩。有没有人知道如何确保我的终端总是以丰富多彩的语法启动?
:syntax on
放入syntax on你的~/.vimrc文件。
syntax on
~/.vimrc
添加syntax on到您的~/.vimrc. 见:help initialization。
:help initialization