This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
PUT THIS FILE IN ~/Library/KeyBindings/DefaultKeyBinding.dict | |
HOW TO CREATE THIS FILE | |
sudo mkdir ~/Library/KeyBindings/ | |
sudo touch ~/Library/KeyBindings/DefaultKeyBinding.dict | |
sudo cmod 644 ~/Library/KeyBindings/DefaultKeyBinding.dict | |
sudo chown itSme ~/Library/KeyBindings/DefaultKeyBinding.dict # assumes your username="itSme" | |
AND THAN EDIT FILE | |
open -e ~/Library/KeyBindings/DefaultKeyBinding.dict |