Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Created November 9, 2012 02:56
Show Gist options
  • Select an option

  • Save y-yagi/4043426 to your computer and use it in GitHub Desktop.

Select an option

Save y-yagi/4043426 to your computer and use it in GitHub Desktop.
vim 特定パターンの行に処理
:g/^/if line(".") % 6 == 0 | s/^ //g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment