1
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.

MacVimインストール

Last updated at Posted at 2022-03-21

この頃 MacVimを使っていると描画乱れが発生するようになったため。
MacVimのノーマル版をインストールしてみた。

インストール

https://macvim-dev.github.io/macvim/
公式サイトからダウンロードしてそのままインストール

初期設定

以前使ってたkaoriya版
https://github.com/splhack/macvim-kaoriya

Beep音をとりあえず消す。
https://qiita.com/jz4o/items/57806f6ee74c0b91e9c1

set belloff=all

とりあえず初期設定

set columns=80
set lines=50
set expandtab
est tabstop=2
set nobackup
set noswapfile
set number
set guifont=Andale\ Mono:h14

色テーマを変える

1
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
1
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?