Add a sticky terminal panel to the bottom, remove old terminal from lspsaga
This commit is contained in:
parent
49ad4d1bad
commit
d4126dc480
5 changed files with 59 additions and 9 deletions
|
|
@ -118,11 +118,5 @@ require("utils").add_keymaps({
|
|||
["<C-x>"] = {
|
||||
cmd = "<C-\\><C-N>",
|
||||
},
|
||||
["<Esc>"] = {
|
||||
cmd = function()
|
||||
local win = vim.api.nvim_get_current_win()
|
||||
vim.api.nvim_win_close(win, true)
|
||||
end,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue