I requet to export [default keymapping](../lua/nvim-tree/keymap.lua) to ensure stable api .e.g.: ```lua local keymaps = require("nvim-tree").DEFAULT_KEYMAPS ... ``` **Can this functionality be implemented utilising API?** * Well, it can, but the following is not guaranteed to be stable:</br> ```lua require("nvim-tree.keymap").keymaps ``` > **Note** The callbacks should be exported explicitly!