sets: switched the direction of splits
This commit is contained in:
parent
478d5803bc
commit
a325f788e8
|
@ -25,7 +25,11 @@ vim.opt.undofile = true
|
||||||
vim.opt.updatetime = 50
|
vim.opt.updatetime = 50
|
||||||
|
|
||||||
-- close unused buffers
|
-- close unused buffers
|
||||||
vim.opt.hidden = false
|
vim.opt.hidden = false -- TODO: not working
|
||||||
|
|
||||||
|
-- my brain is backwards
|
||||||
|
vim.opt.splitright = true
|
||||||
|
vim.opt.splitbelow = true
|
||||||
|
|
||||||
-- end search when exiting
|
-- end search when exiting
|
||||||
vim.opt.hlsearch = false
|
vim.opt.hlsearch = false
|
||||||
|
|
Loading…
Reference in a new issue