How can I fill the remainder of a line with the specified character up to a certain column using Vim? For example, imagine that the cursor is on column four and I want to fi
You can do 80Axd80| for a simpler solution.
80Axd80|