vim: Change comment color
Posted: 2023 May 03, 19:08
To change the "comment" color in the files, for the "vim" editor, a simple change is needed
Edit the vimrc file
Add the following line to the end of the list and save the file
Edit the vimrc file
Code: Select all
[root @ localhost ~] vim /etc/vimrc
Code: Select all
hi Comment ctermfg=LightBlue