Added readme for plugin reverse-word-delete

This commit is contained in:
Vitor Rocha 2017-11-08 11:28:59 -02:00
parent 072e00a842
commit 2e07663dee

View File

@ -0,0 +1,17 @@
# reverse-word-delete
This plugins allows you to delete the word next to your cursor.
> Alt+Backspace delete the word previous to your cursor
## Instalation
Just add "reverse-word-delete" to your plugins list
```shell
plugins=(git command-not-found common-aliases reverse-word-delete)
```
## Example
[![asciicast](https://asciinema.org/a/MLAoU7pNxyfyqme902kGbF5ZF.png)](https://asciinema.org/a/MLAoU7pNxyfyqme902kGbF5ZF)