From d491b342cca01333053cbb3b425e7f035dd48e6c Mon Sep 17 00:00:00 2001 From: Baris Inanc Date: Mon, 21 Oct 2013 09:26:35 +0300 Subject: [PATCH] Fix on vim cheatsheet --- cheatsheets/vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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