Hacker News new | ask | show | jobs
by qu4z-2 820 days ago
Vim takes me to the first character in the line (the first tab), but displays the cursor on the last gridsquare the tab's width covers.
1 comments

If you have "set list" to make non-space whitespace visible, it'll go to the leftmost position. I did it long ago along with "set listchars=trail:.,tab:>-" so I can see not only where tabs are, but also their size/alignment without causing the text to shift.