Change splitbelow
to false
This means that new splits, such as Fugitive, will open above the current pane rather than below it. If I don't like it, I'll revert it.
This commit is contained in:
parent
e63c7c48b7
commit
8a9d6d9141
|
@ -174,7 +174,7 @@ local function set_vim_o()
|
||||||
signcolumn = "yes:1",
|
signcolumn = "yes:1",
|
||||||
smartindent = true,
|
smartindent = true,
|
||||||
softtabstop = 2,
|
softtabstop = 2,
|
||||||
splitbelow = true,
|
splitbelow = false,
|
||||||
splitright = true,
|
splitright = true,
|
||||||
swapfile = false,
|
swapfile = false,
|
||||||
syntax = "on",
|
syntax = "on",
|
||||||
|
|
Reference in a new issue