vimでソフトタブとハードタブの相互変換 2017-12-05 Vim 1234567// ハードタブをソフトタブに変換:set expandtab:retab!// ソフトタブをハードタブに変換:set noexpandtab:retab!