How do I configure Vim to store all the backup files in a particular

directory? You can configure Vim to store all the backup files in a particular directory using the ‘backupdir’ option. For example, to store all the backup files in the ~/backup directory, you can use the following command:

    :set backupdir=~/backup

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind