Tell vim to not create swap files

This commit is contained in:
Dan Croak 2012-09-22 19:32:22 -07:00
parent 5476eaf7aa
commit 6c9bdf8f69

1
vimrc
View file

@ -1,6 +1,7 @@
set nocompatible " Use Vim settings, rather then Vi settings
set nobackup
set nowritebackup
set noswapfile " http://robots.thoughtbot.com/post/18739402579
set history=50
set ruler " show the cursor position all the time
set showcmd " display incomplete commands