branch: elpa/evil-exchange
commit 9d59144066f39f792afdaebcf60c96c97fdbc86a
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>

    improve doc
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 34f69fb43f..25ab89dc9b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ evil-exchange
 Easy text exchange operator for Evil. This is the port of 
[vim-exchange](https://github.com/tommcdo/vim-exchange) by Tom McDonald.
 
 Default bindings
---------
+----------------
 
 `gx` (evil-exchange)
 
@@ -25,6 +25,11 @@ Clear any {motion} pending for exchange.
   `gxiw`), you can use `.` (evil-repeat) the second time.
 * `gxx` works as you expect.
 
+Highlights
+----------
+* Unlike the original vim plugin's buffer local behaviour, this extension 
allows you to exchange texts across buffers.
+* Works correctly even when text insertion/deletion occurs between two 
`evil-exchange` invokes.
+
 Installation
 ------------
 
@@ -35,6 +40,8 @@ Installation
 (evil-exchange-install)
 ```
 
+evil-exchange is also available in [melpa](https://melpa.org/) and is shipped 
with [spacemacs](https://github.com/syl20bnr/spacemacs).
+
 Customization
 -------
 

Reply via email to