How do I keep concealed text hidden while navigating but automatically reveal it when my cursor enters insert mode?
:set concealcursor=nv
The 'concealcursor' option controls in which modes concealed text is revealed on the cursor line.
:set concealcursor=nv
The 'concealcursor' option controls in which modes concealed text is revealed on the cursor line.