Change equalalways to false
This commit is contained in:
parent
6be8cda24e
commit
e5384de476
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ opt.sessionoptions = { "buffers", "curdir", "winsize", "winpos", "skiprtp" }
|
||||||
|
|
||||||
opt.fileignorecase = true
|
opt.fileignorecase = true
|
||||||
|
|
||||||
-- This always keeps the windows equal in size
|
-- This makes window sizing more controllable, with this set to true theyre always the same size.
|
||||||
opt.equalalways = true
|
opt.equalalways = false
|
||||||
|
|
||||||
opt.linebreak = true
|
opt.linebreak = true
|
||||||
opt.ruler = false
|
opt.ruler = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue