Set the instructions in keyboard.vim to the correct mapping for emmet

This commit is contained in:
Kevin 2014-05-06 02:26:59 -04:00
parent 5086483c0b
commit f6a328c45d

View file

@ -95,7 +95,7 @@
" <Ctrl-F3> | (A) -> toggle the scrollbar " <Ctrl-F3> | (A) -> toggle the scrollbar
" "
" (completion) " (completion)
" <Leader>,, | (A) -> enter after emme 'word' (ie: html:5) " <Ctrl-\>, | (A) -> enter after emmet 'word' (ie: html:5)
" \\ | (N) -> show spelling suggestions popup for word " \\ | (N) -> show spelling suggestions popup for word
" \| | (N) -> add word to a local list of correct spellings " \| | (N) -> add word to a local list of correct spellings
" <Tab> | (I) -> (neocomp) autocomplete using common string " <Tab> | (I) -> (neocomp) autocomplete using common string