Is there a global setting to prevent all text editors from creating backup files? I'm sick of changing it in 11 different places.
|
This actually makes a rather strong argument for "learn one editor well". FWIW, the .vimrc statement would be "set nobackup". |
|||
|
As far as I know, there is no single environment variable or configuration setting that is checked by every UNIX editor. For Emacs, you can turn off file backups for all files by inserting this into your
GEdit has a boolean configuration key I'm quite sure there are as many ways to turn backups off as there are editors. :-) |
|||
|
|
|
As others have said, there is no cross-editor configuration options. But, here is one pathological solution:
If you are just interested in keeping your dropbox folder clean, change the |
|||
|
|
|
There is an environment variable |
|||
|
|
|
Use a read-only filesystem. |
|||||||
|
*~– Seamus Oct 18 '10 at 15:26