aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflyingleafe <flyingleafe@gmail.com>2014-08-10 18:29:28 +0600
committerflyingleafe <flyingleafe@gmail.com>2014-08-10 18:29:28 +0600
commit8a390aef263dfa23ff28e46ed09c2fd61443175a (patch)
tree6ce356b36133fdb5a0b1ec9c8b89b2475ccb420e
parent7a199c62cfd3aa3417fd9f3b6957dbcf31e37285 (diff)
downloademmet-mode-8a390aef263dfa23ff28e46ed09c2fd61443175a.tar.lz
emmet-mode-8a390aef263dfa23ff28e46ed09c2fd61443175a.tar.xz
emmet-mode-8a390aef263dfa23ff28e46ed09c2fd61443175a.zip
Documentation for Go to Edit Point
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4872d71..69211b3 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,10 @@ Zen Coding has been renamed to [Emmet](http://emmet.io/) and includes an expande
- [HTML abbreviations](https://github.com/smihica/emmet#html-abbreviations)
- [CSS abbreviations](https://github.com/smihica/emmet#css-abbreviations)
+## Emmet Actions
+
+- [Go to Edit Point](https://github.com/smihica/emmet#go-to-edit-point)
+
## Installation
### 1. From marmalade or MELPA
@@ -529,3 +533,14 @@ concatenate each property by '+';
border-radius: 2px !important;
* If you want further information, see [Emmet's documentation](http://docs.emmet.io/css-abbreviations/).
+
+## Actions
+
+### Go to Edit Point
+
+Traverse between important code points in HTML.
+
+- `<M-C-left>` is "Previous Edit Point" (`M-x emmet-next-edit-point`)
+- `<M-C-right>` is "Next Edit Point" (`M-x emmet-prev-edit-point`)
+
+For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/).