This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:jump_to_a_specific_column_in_vim [2009/09/18 20:18] Joel Dare created |
linux:jump_to_a_specific_column_in_vim [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== 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 | ||