mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-08 13:02:38 +00:00
fix(builtin.commands): don't remap for feedkeys (#3087)
This commit is contained in:
@@ -394,7 +394,7 @@ internal.commands = function(opts)
|
||||
cmd = cmd .. cr
|
||||
end
|
||||
vim.cmd [[stopinsert]]
|
||||
vim.api.nvim_feedkeys(cmd, "t", false)
|
||||
vim.api.nvim_feedkeys(cmd, "nt", false)
|
||||
end)
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user