Commit 88163c0c authored by bobloblaw's avatar bobloblaw
Browse files

Update vim.md

parent 5e17a705
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -11,3 +11,21 @@ hjkl

**end of line**
$

**beginning of next word**
w

**beginning of next word, defined by white space**
W

**end of the next word**
e

**end of the next word, defined by white space**
E

**back to the beginning of previous word**
b

**back to the beginning of previous word**
B
 No newline at end of file