Move the cursor in Vim

 1. The cursor is moved using either the arrow keys or the hjkl keys.
       h (left)   j (down)       k (up)       l (right)


 To move the cursor, press the `h`, `j`, `k`, `l` keys as indicated.

           ↑
           k          Hint: The `h` key is at the left and moves left.
       ← h   l →            The `l` key is at the right and moves right.
           j                The `j` key looks like a down arrow.
           ↓

Comments