🗑️ remove(nvim): open and close node in neotree keymaps
This commit is contained in:
parent
c556d64167
commit
74adfbcc2f
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue