junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

Cmap for <Plug>(pkbcr) #18

Closed gelguy closed 9 years ago

gelguy commented 9 years ago

Peekaboo is able to integrate with Cmd2.vim to allow Peekaboo to be called in command mode.

The only missing thing is that <Plug>(pkbcr) is not cnoremap-ped. Is it possible to put this as a default mapping to allow for a seamless integration?

junegunn commented 9 years ago

Could you send me a PR? If the required change is trivial and it doesn't affect the users who don't use the plugin, I'll merge it.

gelguy commented 9 years ago

19.

Since peekaboo does not work in command mode normally, the cmap should not affect existing functions.

junegunn commented 9 years ago

Merged. Could you show how one can enable peekaboo on command line using cmd2.vim?

gelguy commented 9 years ago

Thanks!