Skip to content

Instantly share code, notes, and snippets.

@GopherJ
Last active April 28, 2018 22:13
Show Gist options
  • Save GopherJ/39be6240875abaf3447ea99ebbc8389d to your computer and use it in GitHub Desktop.
Save GopherJ/39be6240875abaf3447ea99ebbc8389d to your computer and use it in GitHub Desktop.
## 单词添加''
```
:s/\(\w\+\)/'&'/
```
http://vimregex.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment