Untitled Post - 53 Posted on 2014-05-12 Edited on 2020-12-04 In GNU/Linux 使用vim将代码风格(code style)由蛇形(snake_case)改为驼峰(Camel Case)::%s/_\([a-z]\)/\u\1/g