Skip to content

Instantly share code, notes, and snippets.

View antonyjohnson-js's full-sized avatar

Antony Johnson I antonyjohnson-js

View GitHub Profile
@nepsilon
nepsilon / using-auto-backup-vim.md
Last active February 24, 2022 15:21
Using auto backup with Vim — First published in fullweb.io issue #3

Using auto backup with Vim

Not using versioning on your configuration files and editing them with Vim? Use Vim’s backup option to automatically keep a copy of past versions:

To put in your ~/.vimrc:

"Turn on backup option
set backup