Open kiryph opened 8 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.
CMD+F
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
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 pressingCMD+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