This commit is contained in:
Christian Nieves
2024-12-04 16:46:28 +00:00
parent 3c1d572ce7
commit 47cead8c63
4 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,7 @@ return {
return { "<C-n>m", ":Neotree float git_status<CR>", desc = "Open NeoTree CWD float" }
end)(),
-- { "<C-n>b", ":Neotree float buffers<CR>" },
-- { "<C-n>", ":Neotree float dir=%:p:h<cr>" },
{ "<C-n>f", ":Neotree float dir=%:p:h<cr>" },
{ "<C-n>", ":Neotree toggle dir=%:p:h<cr>" },
-- { "<C-n>.", ":Neotree reveal_force_cwd<CR>", desc = "Open NeoTree CWD float" },
},