この記事では、Vimでプラグインを使わずに「全ての行頭に文字列を追加する」ためのコマンドについて、ご紹介します。 [解答] :%s/^/{追加する文字列}/g Vimコマンド (ノーマルモード) :%s/^/{追加する文
For further actions, you may consider blocking this person and/or reporting abuse
この記事では、Vimでプラグインを使わずに「全ての行頭に文字列を追加する」ためのコマンドについて、ご紹介します。 [解答] :%s/^/{追加する文字列}/g Vimコマンド (ノーマルモード) :%s/^/{追加する文
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)