I was trying to resolve some tabs vs. spaces issues in my code, and realised that I was using a combination of both.
Thankfully
vi has a recipe for that.
In my
~/.vimrc file, I added this: -
set listset listchars=tab:>-
and now I can see this: -
Nice !