junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.12k stars 38 forks source link

Peekaboo makes it impossible to paste in telescope #87

Open eyalk11 opened 10 months ago

eyalk11 commented 10 months ago

It is on on telescope's buffer, therefore , when you press it enters Peekaboo and gets out of telescope.

junegunn commented 10 months ago

I have no experience with Telescope, but I can imagine that Peekaboo is not compatible with plugins that manage their own windows, but I have no good solution for it. Please note that this plugin is not actively maintained, as I don't have the bandwidth at the moment.

eyalk11 commented 10 months ago

image

folke/which-key.nvim has quite the same functionality as this plugin. It might be worthwhile to refer in the readme there.

junegunn commented 10 months ago

Thanks, but we should mention https://github.com/liuchengxu/vim-which-key instead because the Lua plugin doesn't run on regular Vim.

eyalk11 commented 10 months ago

I am a neovim supporter. But do as you may of course :)

junegunn commented 10 months ago

Peekaboo is a Vim plugin, so it makes more sense to suggest a Vim plugin as an alternative to the target audience. However, I don't have experience with either of them, so I can't vouch for either at the moment.