I have to enter in the following format…
A B C
D E F
[]
I use indent-relative to jump from one column to another.
But is there a way to jump to column number? And if so, is there a way to insert spaces until that column?
Maybe
indent-to-columnwould work for you.It enters tabs too, but you can clean those up when you’re done with the
untabifycommand.