All tools/Vim

Vim

vim

The ubiquitous modal text editor, configured through a single vimrc.

Detected by vim | macOS, Linux, Windows |www.vim.org

Sync rules

What travels, what stays, what never leaves
Vim in your home directory Every rule on this page, by file
set expandtab
set shiftwidth=2
set directory=/Users/octocat/.vim/swap//machine-local
set backupdir=/Users/octocat/.vim/backup//machine-local
set undodir=/Users/octocat/.vim/undo//machine-local
set undofile

Each machine keeps its own copy of these.

· pack/ Exclude
· plugged/ Exclude
· bundle/ Exclude
· .netrwhist Exclude
· swap/ Exclude
· undo/ Exclude
· backup/ Exclude
· view/ Exclude
· ~/.viminfo Exclude
· pack/ Exclude
· plugged/ Exclude
· bundle/ Exclude
· .netrwhist Exclude
· swap/ Exclude
· undo/ Exclude
· backup/ Exclude
· view/ Exclude

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/vim. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits set directory= and set backupdir= for you — that part is Otty’s own sync, or a template you write by hand.