2010
02.08
02.08
Here are some shortcuts that can be used in vim:
h — move left
j — move down
k — move up
l — move right
0 — to the first character in a line
$ — to the end of the line
w – move to first character of the next word
e – move to last character of the current / next word
b – move to the first character of the previous word