top | item 39772650

(no title)

qu4z-2 | 1 year 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.

discuss

order

Izkata|1 year ago

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.