Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hotwatermorning/9474b9fa912bc657f562191a7e02e882 to your computer and use it in GitHub Desktop.
Save hotwatermorning/9474b9fa912bc657f562191a7e02e882 to your computer and use it in GitHub Desktop.
vimで検索結果を置換
1. /コマンドで検索
2. Shift-vやCtrl-vで検索
3. :コマンドに移行して、:'<,'>s/の状態で
4. Ctrl-r /を入力して直前の検索キーワードを入力
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment