LoginSignup
56
47

More than 5 years have passed since last update.

vimのインデントを半角スペースにする方法

Posted at

vimのインデントを半角スペース2文字にしたい

.vimrc
" TABキーを押した際にタブ文字の代わりにスペースを入れる
set expandtab
set tabstop=2
set shiftwidth=2
56
47
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
56
47