Vim-操作备忘
Click back to the top
vim 块编辑
按 v 进入可视模式,再按 ctrl+v 进入块编辑模式,再按 s 插入,按 esc 退出
vim 全局批量代换
%s/string/tostring/g