TIL: Meaning of a tilde at the end of filename

This commit is contained in:
Asocia 2021-07-08 09:54:45 +03:00
parent 5a508f338b
commit 4a491f5f2f

View File

@ -0,0 +1,5 @@
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
```