1
0
Fork 0

split right+below

This commit is contained in:
Felipe 2023-06-25 22:09:18 -04:00
parent 92f6f79316
commit fcccbfbb0a
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -23,6 +23,8 @@ opt.shortmess:append({ I = true })
opt.whichwrap:append("<,>,[,]") opt.whichwrap:append("<,>,[,]")
opt.cmdheight = 2 opt.cmdheight = 2
opt.showcmd = true opt.showcmd = true
opt.splitright = true
opt.splitbelow = true
g.mapleader = " " g.mapleader = " "
---- Terminal ---- ---- Terminal ----