253
201

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

vimで一気にコメントアウトする方法(複数行の先頭に文字を追加する方法)

Last updated at Posted at 2014-08-20

複数行を一気にコメントアウトしたい場合の解決法です。

ctr + v

で短形モードに

そしてカーソルを移動させてコメントアウトしたい行を選択

shift + i

で入力モードに

そして

#//

などのコメントアウトするための記号を入力して

esc

これで完了です。

vimって便利ですね。

こちらも合わせてどうぞ…
簡単にvimで複数行を一気にコメントアウトするための設定方法

参考書籍

入門 Vim: 1時間で学ぶ最強コード編集技術のエッセンス
Vimテクニックバイブル~作業効率をカイゼンする150の技
マスタリングVim

253
201
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
253
201

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?