[Vim問題]全ての行頭に文字列を追加するコマンドは?

vimtry

Vim入門

Posted on October 27, 2019

[Vim問題]全ての行頭に文字列を追加するコマンドは?

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

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

💖 💪 🙅 🚩
vimtry
Vim入門

Posted on October 27, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related