evil-replace-with-char

Homepage: https://github.com/ninrod/evil-replace-with-char

Author: Filipe Silva

Updated:

Summary

Replace chars of a text object with a char

Commentary

This package provides an evil operator to replace chars of a text object with a given char.
one use case is fill the insides of a markdown table headline as follows (cursor is on []):

|desc | item|
| []  |     |
-> zxi|-
|desc | item|
|-----|     |
-> wh.
|desc | item|
|-----|-----|

Dependencies