branch: elpa/evil-goggles
commit 10b480e7cae48be52680b538a7c9c2d8c01a595d
Author: Evgeni Kolev <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 7cf05bb7f0..7d2fb2cab8 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,14 @@ evil-goggles
This package displays a visual hint when editing text in
`evil-mode`.
-For example `yy` will briefly highlight the line to
-indicate it has just been yanked, `diw` will highlight the "inner word"
-right before deleting it, `p` and `P` will highlight the newly pasted
-text for a short moment.
+
+
+
+
+
+
+
+
Installation
------------
@@ -29,11 +33,19 @@ Installation
`(evil-goggles-mode)`
-Examples
---------
+Supported edit actions
+----------------------
-...
+- delete
+- yank
+- paste with `p` and `P`
+- indent (`=` operator)
+- join
+- format (`gq` operator)
+- evil surround
+- evil commentary
+- evil replace with register
Customization
-------------