Vim: Enable buffer switching without saving

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

3
.vimrc

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