diff --git a/plugins/reverse-word-delete/README.md b/plugins/reverse-word-delete/README.md new file mode 100644 index 00000000..3c0f9e96 --- /dev/null +++ b/plugins/reverse-word-delete/README.md @@ -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)