changing some bindings
This commit is contained in:
parent
46d6d74b17
commit
94882f3d12
4 changed files with 32 additions and 15 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue