summaryrefslogtreecommitdiff
path: root/lua/maps/NERDtree.lua
blob: 15c933dc1a0fafd79b3725f65eb94c32fb748653 (plain)
1
2
vim.api.nvim_set_keymap("n", "<C-e>", ":NERDTreeToggle<CR>",
	{silent = true, noremap = true})