From 8a390aef263dfa23ff28e46ed09c2fd61443175a Mon Sep 17 00:00:00 2001 From: flyingleafe Date: Sun, 10 Aug 2014 18:29:28 +0600 Subject: Documentation for Go to Edit Point --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. + +- `` is "Previous Edit Point" (`M-x emmet-next-edit-point`) +- `` 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/). -- cgit v1.2.3