mirror of
https://github.com/sadan4/nvim.git
synced 2025-01-18 03:03:29 -05:00
a
This commit is contained in:
parent
0ff1326f65
commit
6085fe0a38
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ local function removeCloseMap(winHandle)
|
|||
end
|
||||
if openWindowCount == 0 then
|
||||
vim.api.nvim_del_keymap("", "<RightMouse>")
|
||||
vim.keymap.set("n", "<RightMouse>", oldRightClick)
|
||||
oldRightClick = nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue