Vim: Enable buffer switching without saving

This commit is contained in:
Salt 2019-02-05 14:33:57 -06:00
parent 318e2db6ad
commit 76465119f7

3
.vimrc
View File

@ -29,6 +29,9 @@ let g:lightline.colorscheme = 'solarized'
" Automatically read when a file is changed outside of Vim
set autoread
" Allow buffer switching without saving
set hidden
" Enable modelines
set modeline
set modelines=5