diff options
author | Dave Mayo <dave_mayo@harvard.edu> | 2015-01-18 08:39:32 -0500 |
---|---|---|
committer | Dave Mayo <dave_mayo@harvard.edu> | 2015-01-18 08:39:32 -0500 |
commit | dc3adc5624bb42e2f5389cc7ae4c7011f80b2020 (patch) | |
tree | 7b75deae27794cd4d9e675b5b2a0e831f83fb26d | |
parent | 713d0cd4254d07b82edce1833156708750738b38 (diff) | |
download | emmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.tar.lz emmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.tar.xz emmet-mode-dc3adc5624bb42e2f5389cc7ae4c7011f80b2020.zip |
Usual order of multiple modifier keys in emacs doc is C-M. Pedantic!
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -540,7 +540,7 @@ concatenate each property by '+'; Traverse between important code points in HTML. -- `<M-C-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`) -- `<M-C-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`) +- `<C-M-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`) +- `<C-M-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`) For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/). |