mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set the instructions in keyboard.vim to the correct mapping for emmet
This commit is contained in:
parent
5086483c0b
commit
f6a328c45d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
" <Ctrl-F3> | (A) -> toggle the scrollbar
|
||||
"
|
||||
" (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) -> add word to a local list of correct spellings
|
||||
" <Tab> | (I) -> (neocomp) autocomplete using common string
|
||||
|
|
Loading…
Reference in a new issue