fix(neo-tree): Change keymap for diagnostics to <C-N>d

This commit is contained in:
kalmenn 2024-02-27 22:10:57 +01:00
parent 7d5d239c13
commit 63d03f61b2
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -55,6 +55,6 @@ return {
{ "<C-N>f", "<cmd>Neotree filesystem focus<cr>", "Focus filesystem in Neotree" }, { "<C-N>f", "<cmd>Neotree filesystem focus<cr>", "Focus filesystem in Neotree" },
{ "<C-N>b", "<cmd>Neotree buffers focus<cr>", "Focus buffers in Neotree" }, { "<C-N>b", "<cmd>Neotree buffers focus<cr>", "Focus buffers in Neotree" },
{ "<C-N>g", "<cmd>Neotree git_status focus<cr>", "Focus git status in Neotree" }, { "<C-N>g", "<cmd>Neotree git_status focus<cr>", "Focus git status in Neotree" },
{ "<C-N>b", "<cmd>Neotree diagnostics focus<cr>", "Focus diagnostics in Neotree" }, { "<C-N>d", "<cmd>Neotree diagnostics focus<cr>", "Focus diagnostics in Neotree" },
}, },
} }