mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
TIL: Meaning of a tilde at the end of filename
This commit is contained in:
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
|
||||
```
|
Reference in New Issue
Block a user