Skip to content

Commit

Permalink
ch22: add vim --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusYip authored Aug 24, 2022
1 parent 9dc6e5d commit 8cbb60f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ch22_vimrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8cbb60f

Please sign in to comment.