Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Enable swap
Browse files Browse the repository at this point in the history
  • Loading branch information
lenon committed Nov 11, 2015
1 parent ef9ddf9 commit 82e63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -103,7 +103,7 @@ set clipboard=unnamed " use system clipboard
" Backup, history and swap files
set backup " turn on backup
set writebackup
set noswapfile " turn off swap file
set swapfile " turn on swap file
set backupdir=~/vimfiles/tmp " the directory where the swap/backup files should be stored
set directory=~/vimfiles/tmp
set history=300 " number of commands saved in the history list
Expand Down

0 comments on commit 82e63dd

Please sign in to comment.