diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 56f544d..b401939 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -50,10 +50,11 @@ return { }, }, keys = { - { "t", "Neotree toggle", "Toggle Neotree" }, - { "f", "Neotree filesystem focus", "Focus filesystem in Neotree" }, - { "b", "Neotree buffers focus", "Focus buffers in Neotree" }, - { "g", "Neotree git_status focus", "Focus git status in Neotree" }, + { "c", "Neotree close", "Close Neotree" }, + { "t", "Neotree toggle", "Toggle Neotree" }, + { "f", "Neotree filesystem focus", "Focus filesystem in Neotree" }, + { "b", "Neotree buffers focus", "Focus buffers in Neotree" }, + { "g", "Neotree git_status focus", "Focus git status in Neotree" }, { "d", "Neotree diagnostics focus", "Focus diagnostics in Neotree" }, }, }