mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
the emmet plugin now uses '<Tab><Tab>,' which I find infinitely easier to
remember than ctrl-z (which I realized I hadn't been using at all)
This commit is contained in:
parent
04d71b3996
commit
9854140e10
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
" <Ctrl-F3> | (A) -> toggle the scrollbar
|
||||
"
|
||||
" (spelling-and-completion)
|
||||
" <Ctrl-z>, | (A) -> enter this following an emme 'word' (ie: html:5)
|
||||
" <Tab><Tab>, | (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
|
||||
" <Leader><Backspace> | (N) -> undo the most recent match selection
|
||||
|
@ -183,7 +183,7 @@
|
|||
|
||||
"SPELLING AND COMPLETION:{
|
||||
"emmet switch triggerkey from <Ctrl-Y> to <Ctrl-Z>
|
||||
let g:user_emmet_leader_key='<C-Z>'
|
||||
let g:user_emmet_leader_key='<Tab><Tab>'
|
||||
|
||||
"press backslash twice on a mispelled word for suggestions
|
||||
nnoremap \\ hei<C-X><C-S>
|
||||
|
|
Loading…
Reference in a new issue