From 9854140e10069c23f4644540a1c35b95e1b098f0 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 1 Apr 2014 02:00:35 -0400 Subject: [PATCH] the emmet plugin now uses ',' which I find infinitely easier to remember than ctrl-z (which I realized I hadn't been using at all) --- vim/config/keyboard.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 7c89712..67666f2 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -39,7 +39,7 @@ " | (A) -> toggle the scrollbar " " (spelling-and-completion) -" , | (A) -> enter this following an emme 'word' (ie: html:5) +" , | (A) -> enter this following an emme 'word' (ie: html:5) " \\ | (N) -> show spelling suggestions popup for word " \| | (N) -> add word to a local list of correct spellings " | (N) -> undo the most recent match selection @@ -183,7 +183,7 @@ "SPELLING AND COMPLETION:{ "emmet switch triggerkey from to - let g:user_emmet_leader_key='' + let g:user_emmet_leader_key='' "press backslash twice on a mispelled word for suggestions nnoremap \\ hei