Closed fdschmidt93 closed 1 year ago
Hello @fdschmidt93
Thank you for responding and providing a fix in such a quick notice! I really really appreciate it!
With the following:
{
"fdschmidt93/telescope-egrepify.nvim",
branch = "fix/inherit-mappings",
},
I can confirm that the issue is fixed: I can use all the normal telescope keybindings. Thank you again!
Should fix #25
Can you please confirm this fixes your issue @kohane27 ?
The problem most likely was that
vim.tbl_deep_extend
does not copy metatables over correctly.