Skip to content

aiya000/aho-bakaup.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💪 aho-bakaup.vim 💪

Build Status

A strongly 'backup' of Vim for each your saving!

💠 What is this? 💠

This backs up a file when you :write the file.

For example, below file is saved when you :write /home/you/todo.md at 2016-10-06 11:06 🐕

~/.backup/vim_backup/2016-10-06/%home%you%todo.md_at_11:06

🎁 How to install 🎁

With dein.vim

Please follow below line.

call dein#add('aiya000/aho-bakaup.vim')

Or follow below line if you use toml

[[plugins]]
repo   = 'aiya000/aho-bakaup.vim'

And if you load toml lazily, you can use below lines.

[[plugins]]
repo   = 'aiya000/aho-bakaup.vim'
on_cmd = [
    'BakaupBackupExecute',
    'BakaupEnable',
    'BakaupDisable',
    'BakaupArchiveBackups',
    'BakaupSetBackupDir',
    'BakaupExplore',
    'BakaupTexplore',
    'BakaupVexplore',
    'BakaupSexplore',
]

🤔 How to use this 🤔

let g:bakaup_auto_backup = 1

This value is 0 by default.

aho-bakaup.vim is not enabled by default.
Above line enables aho-bakaup.vim!

More specs are availabled in ./doc (:help bakaup.vim) 🐶

About

aho-bakaup.vim backs up any files when you write the file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published