diff options
author | Teddy Wing | 2020-02-09 23:43:33 +0100 |
---|---|---|
committer | Teddy Wing | 2020-02-09 23:43:33 +0100 |
commit | 47ba0419998edd81d5e85dc91201238fa8bb7909 (patch) | |
tree | 8208c4b605a1afb1b9fd6e64c55a72b990443c24 /README.md | |
parent | 515b27c3f27dfd84db1fb2dc05388271b1d97d33 (diff) | |
download | vim-searchop-0.0.1.tar.bz2 |
Add READMEv0.0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 + + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |