:set relativefilenumber
With this option enabled, vim will show how many lines a line is apart from the line with the cursor:
So, if I need to quickly jump to the select statement, I can type 9j
(9
because I see that it is 9 lines down, and j
because that moves the cursor down).
No comments:
Post a Comment