From df3b34bebefb233fb1beeb8e0459a5005aa42636 Mon Sep 17 00:00:00 2001 From: Anthony DiSanti Date: Mon, 2 Dec 2013 20:23:13 -0500 Subject: [PATCH] Changes the vimrc save command to use * The README directed users to enter a command in their vimrc that began with ",". Clearly this was intended to be the user's key, which is commonly ",". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697ad12..e9d9b5f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ in `after/syntax/css.vim` or `after/syntax/css/*.vim`. ### Map .less to .css , lessc is required. - nnoremap ,m :w !lessc % > %:t:r.css + nnoremap m :w !lessc % > %:t:r.css ## Credits