1
1

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 1 year has passed since last update.

Vimでタブをスペースに変換

Last updated at Posted at 2021-05-11

vimを使用する際にタブ↔︎スペースの変換が一度にできるコマンドがあったのでメモ

タブ→スペース

:set expandtab
:retab 4(スペースの数)

スペース→タブ

:set noexpandtab
:retab! 4(スペースの数)
1
1
0

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?