|
|
|
|
|
by read
4366 days ago
|
|
I wonder if there's navigation modern vim doesn't offer. Can you tell if or how you can do the following in vim? In Emacs, Ctrl-<up arrow> moves the cursor ahead of a block of code. If you had a for loop for example, with a blank line where the for begins and a blank line where it ends, and the cursor was at the blank line where it ends, pressing the two keys Ctrl and <up arrow> would put you in the beginning. How would you do this in vim? Would you have to first gauge how many lines of text up you should move? |
|