Skip to content

Instantly share code, notes, and snippets.

@TRMW
Forked from remear/gist:1283121
Created March 5, 2012 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TRMW/1980386 to your computer and use it in GitHub Desktop.
Save TRMW/1980386 to your computer and use it in GitHub Desktop.
set Paste and Match Style to default
defaults write .GlobalPreferences NSUserKeyEquivalents -dict-add "Paste and Match Style" -string "@v"
@TRMW
Copy link
Author

TRMW commented Mar 5, 2012

I found this Gist via Twitter and decided to try it out. Unfortunately it seems that Command-V is now broken for me when trying to paste in the omnibar in Chrome. To undo it, enter this:

defaults delete .GlobalPreferences NSUserKeyEquivalents

This will delete ALL keyboard equivalents though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment