Neotree close preview mapping
This commit is contained in:
parent
6a028150f0
commit
1b94c10240
2
init.lua
2
init.lua
|
@ -44,6 +44,8 @@ vim.keymap.set("n", "<Esc>", function()
|
||||||
vim.notify("")
|
vim.notify("")
|
||||||
-- Removes highlight search
|
-- Removes highlight search
|
||||||
vim.cmd.noh()
|
vim.cmd.noh()
|
||||||
|
|
||||||
|
vim.cmd(':silent! Neotree cancel<cr>')
|
||||||
end, { silent = true })
|
end, { silent = true })
|
||||||
|
|
||||||
-- Split resize
|
-- Split resize
|
||||||
|
|
Loading…
Reference in New Issue