Traverse nth line in a file in vi editor
by satheesh[ Edit ] 2009-10-28 19:17:19
Open a file in vi editor
-> To move cursor Go to nth line : <ESC>nG
-> To move cursor Go to last line : <ESC>G
-> To move cursor Go to begining of the line : <ESC>0
-> To move cursor Go to ending of the line : <ESC>$