Vim: How to create autocomplete/chooser from entries in buffer?
- by Doug Avery
Found out today that if you press Ctrl-Opt-Cmd-V in Textmate, it produces a cute little "chooser" dialogue in-place that allows you to page through your recent clipboard entries. It looks very similar to how CTRL-P and -N work in VIM, except it shows whole lines instead of simple word objects.
It seems like this would be doable in VIM — it already…