Skip to content

Commit

Permalink
Some corrections in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkDvlp committed Nov 6, 2016
1 parent d66bf02 commit f0c3d0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# HTML-Element Edit [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg)
HTML-Element Edit is a smart enhancement for the Emacs-Package ["web-mode"](https://github.com/fxbois/web-mode) inspired by the packages [ParEdit](https://www.emacswiki.org/emacs/ParEdit) and [Paxedit](https://github.com/promethial/paxedit).
HTML-Element Edit is a smart enhancement for the Emacs-Package [web-mode](https://github.com/fxbois/web-mode) inspired by the packages [ParEdit](https://www.emacswiki.org/emacs/ParEdit) and [Paxedit](https://github.com/promethial/paxedit).

It provides a few helper-functions for attribute- and element-handling based on the functions given by ["web-mode"](https://github.com/fxbois/web-mode). Futher more it provides functions for slurping, barfing, dissolving, raise ... inspired by [ParEdit](https://www.emacswiki.org/emacs/ParEdit) and [Paxedit](https://github.com/promethial/paxedit). Last but not least this package includes a minor mode to provide an keymap with default bindings.
It provides a few helper-functions for attribute- and element-handling based on the functions given by [web-mode](https://github.com/fxbois/web-mode). Further more it provides functions for slurping, barfing, dissolving, raising ... elements inspired by [ParEdit](https://www.emacswiki.org/emacs/ParEdit) and [Paxedit](https://github.com/promethial/paxedit). Last but not least this package includes a minor mode to provide a keymap with default bindings.

## Getting started
### Get it
- Manually download it and [set up your load path](http://www.emacswiki.org/emacs/InstallingPackages).

### Usage
```
```clojure
(require 'html-element-edit)
(add-hook 'web-mode-hook 'html-element-edit-minor-mode)
```

### Keymap
Shortcut | Command
--- | ---
General |
**General** |
C-( | web-mode-element-wrap
M-( | web-mode-element-rename
Elements |
**Elements** |
C-<left> | web-mode-element-previous
C-<right> | web-mode-element-next
M-<left> | html-element-edit-elements-contract-over-border
Expand All @@ -38,7 +38,7 @@ C-k | web-mode-element-kill
C-S-k | html-element-edit-elements-kill-siblings
M-k | html-element-edit-elements-kill-siblings-previous
M-S-k | html-element-edit-elements-kill-siblings-next
Attributes |
**Attributes** |
C-S-<left> | web-mode-attribute-previous
C-S-<right> | web-mode-attribute-next
C-M-S-<left> | html-element-edit-attributes-transpose-backward
Expand Down

0 comments on commit f0c3d0b

Please sign in to comment.