Skip to content

Commit

Permalink
Info on "How to update MiniVim ?"
Browse files Browse the repository at this point in the history
  • Loading branch information
sd65 authored Jun 14, 2016
1 parent 6c5abd2 commit 4a9c387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ There are 2 solutions :
- `sudo -E vim [file]` as `-E ` preserve your existing environment variables (as $HOME here and therefore your ~/.vimrc).
- `sudoedit [file]` or `sudo -e [file]` (synonyms). To use this, you must have set your `$EDITOR` environment variable. Then, this command will make a copy of the designated file and you will edit the copy. Note that the original file will only be modified when you exit your editor !

## How to update MiniVim ?

First, you have to fetch the latest MiniVim. If you had cloned the repo, simply `git pull`. Else, re-download the lastest version on GitHub.

If you setup MiniVim automatically, simply re-run the installer. It will take care of everything.

If not, copy again the vimrc file to `~/.vimrc`

## Other info

Expand Down

0 comments on commit 4a9c387

Please sign in to comment.