split right+below
This commit is contained in:
parent
92f6f79316
commit
fcccbfbb0a
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
|
@ -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 ----
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue