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