Skip to main content

Posts

Showing posts from March, 2021

Fix multiple copy paste on intellij with alfred

When using Alfred with IntelliJ you will see multiple copies of same clipboard items to fix it see below:  https://stackoverflow.com/questions/26611642/external-clipboard-manager-breaking-in-jidea/26611643#26611643 Right click on "Application/IntelliJ IDEA 13.app" choose "Show Package Contents", edit "bin/idea.properties", add this property "ide.mac.useNativeClipboard=True", restart intellij. This was not that easy to search and find this answer, luckily I stumbled upon it. Have fun with Aflred!