allow reselecting filepicker when in a file
This commit is contained in:
@@ -23,3 +23,4 @@ local opts = {
|
||||
}
|
||||
|
||||
vim.keymap.set('n', "<leader>e", function() require("nvim-tree.api").tree.toggle() end, opts)
|
||||
vim.keymap.set('n', "e", function() require("nvim-tree.api").tree.open() end, opts)
|
||||
|
||||
Reference in New Issue
Block a user