branch: elpa/evil-visualstar
commit 1bb9ecd6f5026926209ec5c475a45f95378d2ec7
Author: Bailey Ling <[email protected]>
Commit: Bailey Ling <[email protected]>
add readme.
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..3e0821cd35
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+evil-visualstar
+===============
+
+This is a port of one of the many visual-star plugins for Vim to work with
[evil-mode](https://gitorious.org/evil).
+
+installation
+============
+
+Add `evil-visualstar.el` to the `load-path` and `(require 'evil-visualstar)`.
+
+usage
+=====
+
+Make a visual selection with `v` or `V`, and then hit `*` to search that
selection forward, or `#` to search that selection backward.