rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Add support for OSX 'Find Pasteboard' #295

Open kiryph opened 7 years ago

kiryph commented 7 years ago

OSX has a special 'Find Pasteboard', a Pasteboard automatically updated as soon as the user starts in any application a search with CMD+F. This opens the possibility to search for the same term in any other app instantly by pressing CMD+G.

Macvim supports this as described here: https://github.com/macvim-dev/macvim/blob/master/runtime/doc/gui_mac.txt#L121-L135

It would be a great addition to neovim-dot-app to support this as well.

I guess official documentation by Apple describing it can be found here: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PasteboardGuide106/Articles/pbConcepts.html