How to go to row number n and column number m in sublime text3.
I can go to row by number. But can't find out how to move to column by its number on this row.
I need it because I got error reportings with fileName and 2 numbers: for example: 24:13. That means row 24 and column 13.
So I need to move to row 24 and column 13 fast without counting how many times I clicked on right arrow on my keyboard.