feat(neo-tree): Add keybinding to focus diagnostics in neo-tree

This commit is contained in:
kalmenn 2024-02-29 15:17:15 +01:00
parent fe98b751f5
commit 329ba5a83b
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -50,6 +50,7 @@ return {
}, },
}, },
keys = { keys = {
{ "<C-N>c", "<cmd>Neotree close<cr>", "Close Neotree" },
{ "<C-N>t", "<cmd>Neotree toggle<cr>", "Toggle Neotree" }, { "<C-N>t", "<cmd>Neotree toggle<cr>", "Toggle Neotree" },
{ "<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" },