2
2

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 5 years have passed since last update.

vimrc よく使う設定を初期値に

Posted at
~/.vimrc
set backup
set ignorecase
set hlsearch
set number
set showmatch
syntax on

各行の意味

  1. バックアップ
  2. 検索時に大文字小文字を意識しない
  3. 検索結果をハイライトする
  4. 行番号の表示
  5. 相関する括弧を強調表示
  6. シンタックスハイライトを使用する
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?