diff --git a/cheatsheets/vim b/cheatsheets/vim index fca5bbd..10547d4 100644 --- a/cheatsheets/vim +++ b/cheatsheets/vim @@ -14,7 +14,7 @@ j w next start of word -w next start of whitespace-delimited word +W next start of whitespace-delimited word e next end of word E next end of whitespace-delimited word b previous start of word