mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Meaning of a tilde at the end of filename
This commit is contained in:
parent
5a508f338b
commit
4a491f5f2f
5
vim/meaning-of-a-tilde-at-the-end-of-filename.md
Normal file
5
vim/meaning-of-a-tilde-at-the-end-of-filename.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user