Skip to content

Conversation

gosukiwi
Copy link

@gosukiwi gosukiwi commented Apr 6, 2022

This adds

syntax match Normal '\[[0-9;]*m' conceal

To conceal all ANSI color code escape sequences, so they do not distract you from reading the logs.

It also sets conceallevel and concealcursor so color escape codes are completely hidden unless in VISUAL or INSERT mode (like Vim's help files).

gosukiwi added 2 commits April 6, 2022 13:49
This adds 

```vimscript
syntax match Normal '�\[[0-9;]*m' conceal
```

To conceal all ANSI color code escape sequences, so they do not distract you from reading the logs.

It also sets `conceallevel` to 3 so they are completely hidden (unless the cursor is on that line).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant