From f6a328c45d156818dba6682bdd4ef90bf912437c Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 6 May 2014 02:26:59 -0400 Subject: [PATCH] Set the instructions in keyboard.vim to the correct mapping for emmet --- vim/config/keyboard.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 054ac74..fe08e78 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -95,7 +95,7 @@ " | (A) -> toggle the scrollbar " " (completion) -" ,, | (A) -> enter after emme 'word' (ie: html:5) +" , | (A) -> enter after emmet 'word' (ie: html:5) " \\ | (N) -> show spelling suggestions popup for word " \| | (N) -> add word to a local list of correct spellings " | (I) -> (neocomp) autocomplete using common string