Skip to content

Instantly share code, notes, and snippets.

@TakesxiSximada
Last active October 14, 2016 09:18
Show Gist options
  • Save TakesxiSximada/4682793b277c8fb9f9d1c7663b152fe0 to your computer and use it in GitHub Desktop.
Save TakesxiSximada/4682793b277c8fb9f9d1c7663b152fe0 to your computer and use it in GitHub Desktop.
vimで特定の範囲の文字を置き換える

vimで特定の範囲の文字を置き換える

  • Visualモードに移行 C-v
  • カーソルを移動して範囲を選択
  • : を押したあと次を入力 s/A/D/gc

範囲内にあるAがDに置換します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment