How to fill a line with character x up to column y using Vim

前端 未结 9 635
野的像风
野的像风 2020-12-23 18:17

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

9条回答
  •  半阙折子戏
    2020-12-23 18:34

    I actually stumbled across this looking to align columns. Just in case anyone else does the same, this thread might be useful: How to insert spaces up to column X to line up things in columns?

提交回复
热议问题