Fix mapping prefix (#26)

`<cmd>` doesn't trigger `InsertLeave`.
This commit is contained in:
runiq
2020-09-04 20:27:39 +02:00
committed by GitHub
parent a6c883ce36
commit f5f1275411

View File

@@ -73,7 +73,7 @@ local telescope_map = function(prompt_bufnr, mode, key_bind, key_func, opts)
) )
else else
if mode == "i" and not opts.expr then if mode == "i" and not opts.expr then
prefix = "<C-O>" prefix = "<cmd>"
end end
map_string = string.format( map_string = string.format(