diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index 32102f0..c9f9f1b 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -37,6 +37,7 @@ return { ['h'] = fb_actions.goto_parent_dir, ['/'] = function() vim.cmd("startinsert") end, ['d'] = fb_actions.remove, + ['e'] = fb_actions.change_cwd, [''] = function(bufnr) actions.select_vertical(bufnr) end, [''] = function(bufnr) actions.toggle_all(bufnr) end, [''] = function(bufnr) actions.move_selection_next(bufnr) end,