mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
fix(builtin.commands): don't remap for feedkeys (#3087)
(cherry picked from commit 486a6489c4)
This commit is contained in:
committed by
Simon Hauser
parent
c4e3e8f6ca
commit
679dacb6f4
@@ -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