vimagic: identifying and treating non-printable or other strange characters
4
Jan
reset vim’s internal representation of what printable characters are, then find all non-printable chars except “TAB” (note that “I” means literally pressing the TAB-key): :set isprint= /[[:print:]^I] UPDATE: a nicer way to achieve this is to activate search-highlighting and then … Read More »