Mar 092010
Quickly open to file and position a cursor with vim
Answer:
To open a file and automatically move the cursor to a particular line number
# vi +80 test.txt
The vim will move the cursor to line 80 when opened the file.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Quickly open to file and position a cursor with vim
Answer:
To open a file and automatically move the cursor to a particular line number
# vi +80 test.txt
The vim will move the cursor to line 80 when opened the file.