Skip to content

Instantly share code, notes, and snippets.

View gauthamp10's full-sized avatar
๐Ÿ“–
Learning

Gautham Prakash gauthamp10

๐Ÿ“–
Learning
View GitHub Profile
@gauthamp10
gauthamp10 / vim-shortcuts.md
Created April 22, 2021 11:00 — forked from tuxfight3r/vim-shortcuts.md
VIM SHORTCUTS

VIM KEYBOARD SHORTCUTS

MOVEMENT

h        -   Move left
j        -   Move down
k        -   Move up
l        -   Move right
$        -   Move to end of line
0        -   Move to beginning of line (including whitespace)