fix(neo-tree): Change keymap for diagnostics to <C-N>d
This commit is contained in:
parent
7d5d239c13
commit
63d03f61b2
|
@ -55,6 +55,6 @@ return {
|
|||
{ "<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>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" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue