vim - Gvim Tip to move by n lines? -


is there anyway can move up/down in gvim n lines ?

nj or nk n number of lines want move. can use :n jump line number n well.

eg. move 10 lines down type 10j. move line 10 use :10 , hit enter.


Comments