Most Frequently Keybinding in Vim
$ means last char of current line
0 means first index of current line
^ means first non-white space index of current line
gg means head of file
G means end of file
<c-f> next page
<c-b> prev page
try H M L
w to next word first char
b when at middle of char, go to first char, when at first char, go to prev word[[ //prev block
]] //next block
]) ]} ]>
[( [{ [< //jump to next or prev second charddp



Last updated