How to do column editing in vim?
https://stackoverflow.com/a/6972206/4539590
To edit a column, follow these steps:
- Stand on the beginning of the column
- Press Ctrl+v, then mark across the column you want to edit.
- Press Shift+i to insert text at the beginning of the column, Shift+a to append text, r to replace highlighted text, d to delete, c to change... etc.
- Hit ESC when done.
没有评论:
发表评论