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
 
linux/jump_to_a_specific_column_in_vim.txt · Last modified: 2009/09/18 14:19 by Joel Dare
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki