Direct link to why we set noswap

This commit is contained in:
Gabe Berke-Williams 2012-10-15 15:36:51 -04:00
parent f893537686
commit 61222a432e

2
vimrc
View file

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