|
|
|
|
|
by nucleardog
1854 days ago
|
|
I usually just keep space bound along the lines of: :noremap <silent> <Space> :silent noh <Bar>echo<cr>:syn sync fromstart<cr>
This recalculates syntax highlighting as well as removes highlighting on search results/etc.Basically, whenever stuff "looks weird", just mash space in normal mode and it fixes it. The fact that I have this bound to something like space should tell you how often I end up using it. :) |
|