Tip #209: backtracking your movements in a file
tip karma |
Rating 189/69, Viewed by 3475
|
created: |
|
February 1, 2002 10:35 |
|
complexity: |
|
basic |
author: |
|
vim_power |
|
as of Vim: |
|
6.0 |
If you are jumping from one line to another a lot.
You may find the "Ctrl-o" command handy.
Usually u can set markers in a buffer to keep track of your
movements.
but Ctrl-o makes it even easier. it takes you back sequentially to
all your previous cursor locations in a buffer.
just press ctrl-o in normal mode and u will go to your last cursor position.
Njoy
<<Alter the display of buffers in the buffers menu |
compiling the actual file with gcc >>
Additional Notes
|