Vi: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= =Syntax Highlight= To turn syntax highlight on or of interactively: :syntax on|off")
 
No edit summary
Line 10: Line 10:


  :syntax on|off
  :syntax on|off
To make the change permanent, edit  ~/.vimrc and append:
syntax on|off

Revision as of 14:20, 28 July 2017

Internal

Overview

Syntax Highlight

To turn syntax highlight on or of interactively:

:syntax on|off

To make the change permanent, edit ~/.vimrc and append:

syntax on|off