diff --git a/vim/meaning-of-a-tilde-at-the-end-of-filename.md b/vim/meaning-of-a-tilde-at-the-end-of-filename.md new file mode 100644 index 0000000..e7bbb6e --- /dev/null +++ b/vim/meaning-of-a-tilde-at-the-end-of-filename.md @@ -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 +```