How to replace `pick` by `s` in the commit on `vi` - cniackz/public GitHub Wiki
Links:
https://stackoverflow.com/questions/9549729/vim-insert-the-same-characters-across-multiple-lines
Steps:
- Ctrl + v
- Select all the area where
pick
is located:
pick
pick
pick
- From 6:0 to 8:3
- click
c
and text will disappear - Type
s
only first line will be modified - Type
Escape
all lines will haves