🗑️ remove(nvim): open and close node in neotree keymaps

This commit is contained in:
Sergio Laín 2024-06-08 12:38:28 +02:00
parent c556d64167
commit 74adfbcc2f
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -4,7 +4,6 @@ return {
close_if_last_window = true,
window = {
mappings = {
["l"] = "open",
["e"] = "open",
["E"] = function()
vim.api.nvim_exec("Neotree focus filesystem left", true)
@ -15,7 +14,6 @@ return {
["g"] = function()
vim.api.nvim_exec("Neotree focus git_status left", true)
end,
["h"] = "close_node",
["<c-/>"] = "fuzzy_finder_directory",
["D"] = function(state)
local node = state.tree:get_node()