Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 744 Bytes

File metadata and controls

16 lines (12 loc) · 744 Bytes

Advanced Movement

  • Ctrl+d to jump half the screen down.
  • Ctrl+u to go half the screen up.
  • Ctrl+f to go one whole screen up.
  • Ctrl+b to go one whole screen backward.
  • H goes to the top of the window.
  • M goes to the middle of the window.
  • L goes to the last line of the window.
  • zt will bring the position of the cursor to the top of the screen.
  • zb wil bring the position of the cursor to the bottom of the screen.
  • zz will bring the position of the cursor to the middle of the screen.

You can add repeaters to alter the position of the cursor. For example, you could use 3H to go to the third line of the window. You could also use 3L to go to the third last line of the window.