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】タブ入力時の幅の設定

Posted at

はじめに

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

動作環境

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

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

  • タブ幅=2
:set tabstop=2

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

  • タブ幅=2
~/.vimrc
set tabstop=2

スクリーンショット

  • タブ幅=2
  • タブ幅=8
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?