changing some bindings

This commit is contained in:
Lorne Stalker 2023-08-17 09:01:39 +01:00
parent 46d6d74b17
commit 94882f3d12
4 changed files with 32 additions and 15 deletions

View file

@ -7,7 +7,7 @@ return {
},
config = function()
require("nvim-tree").setup {
vim.api.nvim_set_keymap("n", "<C-h>", ":NvimTreeToggle<cr>", {silent = true, noremap = true})
vim.api.nvim_set_keymap("n", "<C-a>", ":NvimTreeToggle<cr>", {silent = true, noremap = true})
}
end,
}