From 47ba0419998edd81d5e85dc91201238fa8bb7909 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 9 Feb 2020 23:43:33 +0100 Subject: Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b03fa8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +vim-searchop +============ + +Searchop provides operators to start searching using a motion. The included +operators are similar to the `#` and `*` commands, where instead of searching +for the keyword under the cursor, the motion becomes the search term. + + +## Demo +![Screencast](./Demo.gif) + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). -- cgit v1.2.3