0
0

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 2023-01-29

はじめに

スマホ(Android)で開発するのでVimの環境構築は必須です。

動作環境

  • Sony Xperia 10 IV
  • Android OS 12
  • UserLAnd 3.1.4
  • Ubuntu 20.04.5 LTS
  • Vim 8.1.3741

一時的に切り替えたい場合

  • スペース
:set expandtab
  • タブ
:set noexpandtab

デフォルト設定にしたい場合

  • スペース
~/.vimrc
set expandtab
  • タブ
~/.vimrc
set noexpandtab

スクリーンショット

  • スペース
    set listで不可視文字を表示させています。
  • タブ
    set listで不可視文字を表示させています。
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?