ch22: add vim --clean

This commit is contained in:
Cyrus Yip 2022-08-25 02:02:50 +08:00 committed by GitHub
parent 9dc6e5de03
commit 8cbb60f349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,6 +395,12 @@ If you need to run Vim with a *different* vimrc, say `~/.vimrc-backup`, run:
vim -u ~/.vimrc-backup
```
If you need to run Vim with only `defaults.vim` and without plugins, which is helpful to fix broken vimrc, run:
```
vim --clean
```
## Configure Vimrc the Smart Way
Vimrc is an important component of Vim customization. A good way to start building your vimrc is by reading other people's vimrcs and gradually build it over time. The best vimrc is not the one that developer X uses, but the one that is tailored exactly to fit your thinking framework and editing style.