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