Vim: Enable buffer switching without saving
This commit is contained in:
parent
318e2db6ad
commit
76465119f7
3
.vimrc
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
|
||||||
|
Loading…
Reference in New Issue
Block a user