2
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

たまに使いたくなるvimの設定一時変更コマンド一覧

Last updated at Posted at 2017-04-05

相変わらず筆者自身のための備忘録です。
また見つけたら追記するかもしれません。

set list / set nolist

非表示文字(タブ・改行等)の表示・非表示を切り替えます。
listcharを設定していないとそもそも表示されません。

set number / set nonumber

行番号の表示・非表示を切り替えます。

set hlsearch / set nohlsearch

検索時ハイライトの表示・非表示を切り替えます。
※ただハイライトをリセットしたいだけならnohの方が便利です。

set paste / set nopaste

ペーストモードの有効・無効を切り替えます。
※ペーストモードにするとautoindentが無効になり貼り付けたテキストが崩れずに済みます。
(@dohq さんありがとうございます!)

2
6
2

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
2
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?