Linux WORKING WITH VIM CURSOR MOVEMENT * h - move left * j - move down * k - move up * l - move right * w - jump by start of words (punctuation considered words) * W - jump by words (spaces separate words) * e - jump to end of words (punctuation considered words) * E - jump to