til/vim/meaning-of-a-tilde-at-the-end-of-filename.md

6 lines
210 B
Markdown
Raw Normal View History

Typically files ending with a ~ are backups created by editors like emacs, nano or vi. Set `backupdir` to some other location if you don't want to see them everywhere.
```
set backupdir=/path/to/somewhere
```