Created
May 16, 2017 06:55
-
-
Save hotwatermorning/9474b9fa912bc657f562191a7e02e882 to your computer and use it in GitHub Desktop.
vimで検索結果を置換
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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