DEV Community

Vim入門
Vim入門

Posted on

[Vim問題]文字列を全て置換するコマンドは?

この記事では、Vimでプラグインを使わずに「文字列を全て置換する」ためのコマンドについて、ご紹介します。 [解答] :%s/{置換対象文字列}/{置換後文字列}/g Vimコマンド. 全ての文字列を置換 (ノーマルモード

つづきはこちら
https://vim.blue/vim-replace-all-string/

Top comments (0)