Skip to content

Instantly share code, notes, and snippets.

View syscall0x80's full-sized avatar
🤒
Out sick

花满楼 syscall0x80

🤒
Out sick
View GitHub Profile

海盗哥talks about vim

  1. visual 模式下面能用o来切换选中上下

  2. repeat: .,用来重复上一次对字符串的操作

  3. visual模式下可以这样用:

        :'<,'>g/text_feature/vimcommand

:'<,'>g/text_feature/s/this/that