Tell vim to not create swap files
This commit is contained in:
parent
5476eaf7aa
commit
6c9bdf8f69
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue