Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:jump_to_a_specific_column_in_vim [2009/09/18 20:19]
Joel Dare
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
  
comments powered by Disqus