Page 1 of 1

vim: Change comment color

Posted: 2023 May 03, 19:08
by Mihai
To change the "comment" color in the files, for the "vim" editor, a simple change is needed
Edit the vimrc file

Code: Select all

[root @ localhost ~] vim /etc/vimrc
Add the following line to the end of the list and save the file

Code: Select all

hi Comment ctermfg=LightBlue