How do I visually hide or conceal matched text in Vim? :syntax match Conceal /pattern/ conceal Vim's conceal feature lets you visually hide text that matches a pattern, or replace it with a single character. category: search tags: #search #syntax #conceal #display