🗑️ 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,
|
close_if_last_window = true,
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
["l"] = "open",
|
|
||||||
["e"] = "open",
|
["e"] = "open",
|
||||||
["E"] = function()
|
["E"] = function()
|
||||||
vim.api.nvim_exec("Neotree focus filesystem left", true)
|
vim.api.nvim_exec("Neotree focus filesystem left", true)
|
||||||
|
@ -15,7 +14,6 @@ return {
|
||||||
["g"] = function()
|
["g"] = function()
|
||||||
vim.api.nvim_exec("Neotree focus git_status left", true)
|
vim.api.nvim_exec("Neotree focus git_status left", true)
|
||||||
end,
|
end,
|
||||||
["h"] = "close_node",
|
|
||||||
["<c-/>"] = "fuzzy_finder_directory",
|
["<c-/>"] = "fuzzy_finder_directory",
|
||||||
["D"] = function(state)
|
["D"] = function(state)
|
||||||
local node = state.tree:get_node()
|
local node = state.tree:get_node()
|
||||||
|
|
Loading…
Add table
Reference in a new issue