diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 2e9cddd..82a9697 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -55,6 +55,6 @@ return { { "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" }, - { "b", "Neotree diagnostics focus", "Focus diagnostics in Neotree" }, + { "d", "Neotree diagnostics focus", "Focus diagnostics in Neotree" }, }, }