I'm learning to use Vim in Xcode and within Terminal. I've used VimTutor to learn the basics. The issue I've run into when creating a text file is additional, garbage files being created whenever I create or edit a .txt file -
vim index.txt
produces the following:
How do I prevent vim from creating the .index.html.un~ and index.html~ files? It's annoying me and git.
Thanks, jake