diff --git a/nvim/plugin-config/tree.lua b/nvim/plugin-config/tree.lua index df9de3d..77ca70e 100644 --- a/nvim/plugin-config/tree.lua +++ b/nvim/plugin-config/tree.lua @@ -9,4 +9,5 @@ nvim_tree.setup({}) --- Mappings local opts = { noremap = true, silent = true } -vim.api.nvim_set_keymap('n', 'nt', [[:NvimTreeToggle]], opts) +vim.api.nvim_set_keymap('n', 'nt', [[:NvimTreeToggle]], opts) +vim.api.nvim_set_keymap('n', 'ntr', [[:NvimTreeRefresh]], opts)