change open_terminal function
This commit is contained in:
@@ -112,9 +112,9 @@ M.open_terminal = function(vertically)
|
|||||||
vertically = vertically or false
|
vertically = vertically or false
|
||||||
|
|
||||||
if vertically then
|
if vertically then
|
||||||
vim.cmd(":vs term://bash")
|
vim.cmd(":vs | :term")
|
||||||
else
|
else
|
||||||
vim.cmd(":split term://bash")
|
vim.cmd(":split | :term")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user