From 63d03f61b26610272d5236d7e5d333d441a067c5 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Tue, 27 Feb 2024 22:10:57 +0100 Subject: [PATCH] fix(neo-tree): Change keymap for diagnostics to d --- lua/plugins/neo-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, }, }