Skip to content

Instantly share code, notes, and snippets.

@38elements
Last active August 29, 2015 14:16
Show Gist options
  • Save 38elements/07f948c5ca3d79e5b442 to your computer and use it in GitHub Desktop.
Save 38elements/07f948c5ca3d79e5b442 to your computer and use it in GitHub Desktop.
Vimの置換
:%s/\s*\d\+$//gc
:'<,'>s/\(\w*\):/"\1":/g
:'<,'>s/\([[:alpha:]_]\+\):/"\1":/gc
:%s/\[\(\d*\)\]/.\1/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment