vimrc make comments italic
First and foremost, you should check if you terminal is capable of displaying text in italics. In your terminal type (-e flag makes sure escape codes are interpreted) echo -e “\e[3m foo \e[23m” If you see foo then okay, otherwise you need to change terminal (Gnome Terminal and Konsole are good choices). Then you should … Read more