Jump to a Specific Column in Vim

Using the Vim editor it is very easy to jump to a specific line or column in a file. This is particularly useful for comma separated value (CSV), pipe (|) delimited, or similar text files.

Jump to the 5th comma on the current line.

5f,

Jump to the 10th line.

10G